Skip to content

Commit d4e8799

Browse files
committed
v0.3.17
1 parent d6e2aa4 commit d4e8799

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.3.17 -- 2013.05.20
2+
* Provide `ignoreErrors` options, so requiring packages that pass dynamicaly
3+
generated paths to require calls is possible.
4+
* Simplify internal logic with help of memoizee package
5+
16
v0.3.16 -- 2013.05.15
27
Nearly *major* update
38
* JSON files support

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webmake",
3-
"version": "0.3.16",
3+
"version": "0.3.17",
44
"description": "Bundle CommonJS modules into single script for web browser",
55
"keywords": [
66
"browser",

0 commit comments

Comments
 (0)