diff --git a/CHANGELOG.md b/CHANGELOG.md index 44be470..41f58fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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/Developmint/vue-if-bot/compare/v1.1.2...v1.2.0) (2018-07-22) + + +### Features + +* remove nested div from dummy element ([34e8180](https://github.com/Developmint/vue-if-bot/commit/34e8180)) + + + ## [1.1.2](https://github.com/Developmint/vue-if-bot/compare/v1.1.1...v1.1.2) (2018-05-23) diff --git a/package.json b/package.json index edd5b0a..d421cb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-if-bot", - "version": "1.1.2", + "version": "1.2.0", "description": "Hide stuff from bots (especially cookie consents)", "author": "Alexander Lichter ", "license": "MIT",