diff --git a/CHANGELOG.md b/CHANGELOG.md index f3ebe2a..74fc811 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +## [1.2.0](https://github.com/posthtml/posthtml-render/compare/v1.1.5...v1.2.0) (2020-02-25) + ### [1.1.5](https://github.com/posthtml/posthtml-render/compare/v1.1.4...v1.1.5) (2019-05-06) diff --git a/package.json b/package.json index 7dd014a..e673bf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthtml-render", - "version": "1.1.5", + "version": "1.2.0", "description": "Renders PostHTML Tree to HTML/XML", "author": "Ivan Voischev ", "license": "MIT",