Skip to content

Commit

Permalink
v0.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed May 20, 2013
1 parent d6e2aa4 commit d4e8799
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.3.17 -- 2013.05.20
* Provide `ignoreErrors` options, so requiring packages that pass dynamicaly
generated paths to require calls is possible.
* Simplify internal logic with help of memoizee package

v0.3.16 -- 2013.05.15
Nearly *major* update
* JSON files support
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webmake",
"version": "0.3.16",
"version": "0.3.17",
"description": "Bundle CommonJS modules into single script for web browser",
"keywords": [
"browser",
Expand Down

0 comments on commit d4e8799

Please sign in to comment.