From cd23ab25ef92649096b92062a65fd2d5af2916eb Mon Sep 17 00:00:00 2001 From: Michael Ciniawsky Date: Sat, 16 Dec 2017 21:16:12 +0100 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..13bdc0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Change Log + +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.0](https://github.com/posthtml/posthtml-loader/compare/v0.10.3...v1.0.0) (2017-12-16) + + +### Bug Fixes + +* **Error:** add missing `'use strict'` pragma ([1316255](https://github.com/posthtml/posthtml-loader/commit/1316255)) + + +### Features + +* add parser query option ([6650acc](https://github.com/posthtml/posthtml-loader/commit/6650acc)) +* **index:** add `options` validation (`schema-utils`) ([7bd5896](https://github.com/posthtml/posthtml-loader/commit/7bd5896)) +* **index:** support `posthtml.config.js` && `result.messages` ([e05b44c](https://github.com/posthtml/posthtml-loader/commit/e05b44c)) diff --git a/package.json b/package.json index 456c8e7..d7a6dc9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "posthtml-loader", "description": "PostHTML for Webpack", - "version": "0.11.0", + "version": "1.0.0", "main": "index.js", "engines": { "node": ">= 4"