Skip to content

Commit 037a480

Browse files
authored
Merge pull request #327 from posthtml/milestone-0.13.1
Milestone 0.13.1
2 parents 8a9cfcd + 962dd80 commit 037a480

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [0.13.1](https://github.com/posthtml/posthtml/compare/v0.13.0...v0.13.1) (2020-06-22)
6+
7+
8+
### Bug Fixes
9+
10+
* **types:** correctly export namespace & function ([b3ab502](https://github.com/posthtml/posthtml/commit/b3ab5026d0dbef20adb1f770cac9507054892eeb))
11+
512
## [0.13.0](https://github.com/posthtml/posthtml/compare/v0.12.3...v0.13.0) (2020-04-27)
613

714

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "HTML/XML processor",
55
"keywords": [
66
"html",
@@ -31,11 +31,11 @@
3131
"chai-as-promised": "^7.1.1",
3232
"chai-subset": "^1.6.0",
3333
"coveralls": "^3.0.11",
34-
"jsdoc-to-markdown": "^5.0.3",
35-
"mocha": "^7.1.1",
34+
"jsdoc-to-markdown": "^6.0.1",
35+
"mocha": "^8.0.1",
3636
"nyc": "^15.0.1",
3737
"standard": "^14.3.3",
38-
"standard-version": "^7.1.0"
38+
"standard-version": "^8.0.0"
3939
},
4040
"scripts": {
4141
"lint": "standard --env mocha",

0 commit comments

Comments
 (0)