From 86079a8d2732779257e39410ffe72fafc0e73f15 Mon Sep 17 00:00:00 2001 From: Michael Ciniawsky Date: Mon, 18 Dec 2017 14:35:04 +0100 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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 2ba8c12..f23078c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "posthtml-loader", "description": "PostHTML for Webpack", - "version": "1.0.0", + "version": "1.0.1", "main": "lib/index.js", "engines": { "node": ">= 4"