diff --git a/CHANGELOG.md b/CHANGELOG.md index 13bdc0b..7cf4ab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [1.0.1](https://github.com/posthtml/posthtml-loader/compare/v1.0.0...v1.0.1) (2017-12-18) + + +### Bug Fixes + +* **package:** point to the correct entry in `main` (`pkg.main`) ([efa672e](https://github.com/posthtml/posthtml-loader/commit/efa672e)) + + + # [1.0.0](https://github.com/posthtml/posthtml-loader/compare/v0.10.3...v1.0.0) (2017-12-16) diff --git a/package.json b/package.json index d7a6dc9..f23078c 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "posthtml-loader", "description": "PostHTML for Webpack", - "version": "1.0.0", - "main": "index.js", + "version": "1.0.1", + "main": "lib/index.js", "engines": { "node": ">= 4" },