From 7cbe2495fa3e5ae659d44e579f32fcb0f978ad93 Mon Sep 17 00:00:00 2001 From: Jarrett Widman Date: Thu, 26 Feb 2015 16:52:50 -0600 Subject: [PATCH] update history, bump version --- HISTORY.md | 4 ++++ README.md | 5 ----- package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 HISTORY.md diff --git a/HISTORY.md b/HISTORY.md new file mode 100644 index 0000000..70105fa --- /dev/null +++ b/HISTORY.md @@ -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 diff --git a/README.md b/README.md index 63cc6d1..dd0f3e6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 8f51909..aac3461 100644 --- a/package.json +++ b/package.json @@ -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",