diff --git a/CHANGELOG.md b/CHANGELOG.md index 41799b11..c42cbece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.2](https://github.com/dargmuesli/nuxt-cookie-control/compare/2.2.1...2.2.2) (2022-12-28) + + +### Bug Fixes + +* **release:** schedule release ([4a3a3e4](https://github.com/dargmuesli/nuxt-cookie-control/commit/4a3a3e4621322afef36a53faec40570afdb54b67)) + ## [2.2.1](https://github.com/dargmuesli/nuxt-cookie-control/compare/2.2.0...2.2.1) (2022-12-14) diff --git a/package.json b/package.json index 401b2771..926c8d4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dargmuesli/nuxt-cookie-control", - "version": "2.2.1", + "version": "2.2.2", "description": "Nuxt Cookies Control Module", "author": "Dario Ferderber ", "maintainers": [ @@ -65,4 +65,4 @@ "access": "public" }, "scheduleVersion": "2.2.2" -} \ No newline at end of file +}