diff --git a/changelog.md b/changelog.md index d43e260..b45ed39 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,21 @@ +## 0.2.4 (2018-11-22) + + + + +## 0.2.3 (2018-11-22) + +* 0.2.3 ([03291ec](https://github.com/gitscrum/posthtml-beautify/commit/03291ec)) +* build: update changelog ([4a22aa1](https://github.com/gitscrum/posthtml-beautify/commit/4a22aa1)) +* feat: install Babel plugin for IE11 support ([21cbc34](https://github.com/gitscrum/posthtml-beautify/commit/21cbc34)) +* docs: rebuild ([c1b8f0f](https://github.com/gitscrum/posthtml-beautify/commit/c1b8f0f)) + + + ## 0.2.2 (2018-11-21) +* 0.2.2 ([ffcc253](https://github.com/gitscrum/posthtml-beautify/commit/ffcc253)) +* build: update changelog ([830ae8c](https://github.com/gitscrum/posthtml-beautify/commit/830ae8c)) diff --git a/package-lock.json b/package-lock.json index 0dd7ec9..301faa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "posthtml-beautify", - "version": "0.2.2", + "version": "0.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 22ead79..b0bf0a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthtml-beautify", - "version": "0.2.2", + "version": "0.2.4", "description": "A posthtml plugin to beautify you html files", "license": "MIT", "repository": "gitscrum/posthtml-beautify",