Skip to content

Commit

Permalink
update history, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jrit committed Feb 26, 2015
1 parent eb0ad8e commit 7cbe249
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Release History
* 2015-02-26 v1.0.2 Fix: pass file missing errors up through callbacks
* 2015-02-18 v1.0.1 use relativeTo with URLs to resolve web paths; use https: as default when paths start with //
* 2015-01-01 v1.0.0 initial release: Forked and rewritten from grunt-inline with the goal of providing additional use cases and a new API
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,3 @@ If uglify is assigned `true`, JavaScript file will be minified before inlined.

## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Run tests with `npm test`.


## Release History
* 2015-02-18 v1.0.1 use relativeTo with URLs to resolve web paths; use https: as default when paths start with //
* 2015-01-01 v1.0.0 initial release: Forked and rewritten from grunt-inline with the goal of providing additional use cases and a new API
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"name": "web-resource-inliner",
"description": "Inlines img, script and link tags into the same file.",
"version": "1.0.1",
"version": "1.0.2",
"keywords": [
"inline",
"js",
Expand Down

0 comments on commit 7cbe249

Please sign in to comment.