Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed Dec 30, 2015
1 parent db8ee40 commit db20ea1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log

## [1.0.0](https://github.com/ericclemmons/npm-install-loader/tree/1.0.0) (2015-12-29)
## [1.0.1](https://github.com/ericclemmons/npm-install-loader/tree/1.0.1) (2015-12-30)
[Full Changelog](https://github.com/ericclemmons/npm-install-loader/compare/v1.0.0...1.0.1)

**Fixed bugs:**

- Support deep imports and multiple imports from the same module [\#4](https://github.com/ericclemmons/npm-install-loader/pull/4) ([insin](https://github.com/insin))

## [v1.0.0](https://github.com/ericclemmons/npm-install-loader/tree/v1.0.0) (2015-12-29)
**Implemented enhancements:**

- Initial Release [\#1](https://github.com/ericclemmons/npm-install-loader/pull/1) ([ericclemmons](https://github.com/ericclemmons))
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": "npm-install-loader",
"version": "1.0.0",
"version": "1.0.1",
"description": "Webpack loader to automatically npm install & save dependencies.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit db20ea1

Please sign in to comment.