Skip to content

Commit cd23ab2

Browse files
chore(release): 1.0.0
1 parent 1316255 commit cd23ab2

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="1.0.0"></a>
6+
# [1.0.0](https://github.com/posthtml/posthtml-loader/compare/v0.10.3...v1.0.0) (2017-12-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **Error:** add missing `'use strict'` pragma ([1316255](https://github.com/posthtml/posthtml-loader/commit/1316255))
12+
13+
14+
### Features
15+
16+
* add parser query option ([6650acc](https://github.com/posthtml/posthtml-loader/commit/6650acc))
17+
* **index:** add `options` validation (`schema-utils`) ([7bd5896](https://github.com/posthtml/posthtml-loader/commit/7bd5896))
18+
* **index:** support `posthtml.config.js` && `result.messages` ([e05b44c](https://github.com/posthtml/posthtml-loader/commit/e05b44c))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "posthtml-loader",
33
"description": "PostHTML for Webpack",
4-
"version": "0.11.0",
4+
"version": "1.0.0",
55
"main": "index.js",
66
"engines": {
77
"node": ">= 4"

0 commit comments

Comments
 (0)