Skip to content

Commit 2720b4e

Browse files
authored
Merge pull request #365 from posthtml/milestone-0.16.3
build: update dep dev
2 parents d4a0f9e + a432762 commit 2720b4e

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
## <small>0.16.3 (2021-06-10)</small>
2+
3+
* build: update dep dev ([a041b43](https://github.com/posthtml/posthtml/commit/a041b43))
4+
* build(deps): bump glob-parent from 5.1.1 to 5.1.2 ([a519a3e](https://github.com/posthtml/posthtml/commit/a519a3e))
5+
6+
7+
18
## <small>0.16.2 (2021-06-08)</small>
29

10+
* 0.16.2 ([271f5ff](https://github.com/posthtml/posthtml/commit/271f5ff))
311
* build: update dep dev ([a54698a](https://github.com/posthtml/posthtml/commit/a54698a))
412
* test: revert change api match boolean false ([47c1eb0](https://github.com/posthtml/posthtml/commit/47c1eb0))
513

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthtml",
3-
"version": "0.16.2",
3+
"version": "0.16.3",
44
"description": "HTML/XML processor",
55
"keywords": [
66
"html",
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"posthtml-parser": "^0.9.0",
27-
"posthtml-render": "^2.0.4"
27+
"posthtml-render": "^2.0.5"
2828
},
2929
"devDependencies": {
3030
"@commitlint/cli": "^12.1.4",

0 commit comments

Comments
 (0)