diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d7eef32..501eab60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [8.0.0-beta.1](https://github.com/dargmuesli/nuxt-cookie-control/compare/7.2.2...8.0.0-beta.1) (2024-01-06) + + +### ⚠ BREAKING CHANGES + +* **module:** require cookie id + +### Features + +* **module:** require cookie id ([1c415bc](https://github.com/dargmuesli/nuxt-cookie-control/commit/1c415bc2a6fff71530b6e125d29dbdf7cbac0f60)) + ## [7.2.2](https://github.com/dargmuesli/nuxt-cookie-control/compare/7.2.1...7.2.2) (2023-12-27) diff --git a/package.json b/package.json index 1465a582..47004c53 100644 --- a/package.json +++ b/package.json @@ -78,5 +78,5 @@ }, "type": "module", "types": "./dist/module.d.ts", - "version": "7.2.2" + "version": "8.0.0-beta.1" }