Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Dec 16, 2017
1 parent 1316255 commit cd23ab2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<a name="1.0.0"></a>
# [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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit cd23ab2

Please sign in to comment.