We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b1324 commit 40c996cCopy full SHA for 40c996c
CHANGELOG.md
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
-## Unreleased
+## 0.2.0
9
+* Update posthtml from 0.9.0 to 0.11.0.
10
+* Update through2 from 2.0 to 3.0.
11
-* init
12
+## 0.1.0
13
+* Initial release.
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "posthtmlify",
3
"description": "posthtml transform for documentify",
4
- "version": "0.1.0",
+ "version": "0.2.0",
"author": "Renée Kooi <[email protected]>",
"bugs": {
"url": "https://github.com/stackhtml/posthtmlify/issues"
0 commit comments