diff --git a/CHANGELOG.md b/CHANGELOG.md index 92aae984..3b01098b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [8.4.19](https://github.com/dargmuesli/nuxt-cookie-control/compare/8.4.18...8.4.19) (2024-12-18) + +### Bug Fixes + +* schedule release ([9de1f35](https://github.com/dargmuesli/nuxt-cookie-control/commit/9de1f35c84eacced2c256954cb7871f7874af22b)) + ## [8.4.18](https://github.com/dargmuesli/nuxt-cookie-control/compare/8.4.17...8.4.18) (2024-12-04) ### Bug Fixes diff --git a/package.json b/package.json index bd739b98..9ede96f7 100644 --- a/package.json +++ b/package.json @@ -94,5 +94,5 @@ }, "type": "module", "types": "./dist/types.d.ts", - "version": "8.4.18" + "version": "8.4.19" }