Skip to content

Commit

Permalink
v0.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Dec 8, 2012
1 parent 6c6c646 commit fb27de3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.3.14 -- 2012.12.08
* Improve path resolution (omit findRoot call in straightforward cases)
* Fix support for partially broken circular dependencies
* Improve client-side resolution mechanism

v0.3.13 -- 2012.11.09
* Expose parts of internal API for better configurability
* Demand Node v0.8 at least as we depend on fs2 (for v0.6 support use v0.3.11)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webmake",
"version": "0.3.13",
"version": "0.3.14",
"description": "Bundle CommonJS modules into single script for web browser",
"keywords": [
"browser",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"deferred": "0.6.x",
"es5-ext": "0.9.x",
"find-requires": "git://github.com/medikoo/find-requires",
"find-requires": "~0.1.5",
"fs2": "0.1.x",
"next": "0.3.x",
"optimist": "0.3.x"
Expand Down

0 comments on commit fb27de3

Please sign in to comment.