Skip to content

Commit 7f294f2

Browse files
chore(release): 5.0.0-beta.1 [skip ci]
# [5.0.0-beta.1](4.0.2...5.0.0-beta.1) (2023-01-29) * feat(ponyfill)!: disable by default and rename ([4a84f81](4a84f81)) ### BREAKING CHANGES * - rename module option `isCssPolyfillEnabled` to `isCssPonyfillEnabled` - set module option `isCssPonyfillEnabled` default to `false`
1 parent 4a84f81 commit 7f294f2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [5.0.0-beta.1](https://github.com/dargmuesli/nuxt-cookie-control/compare/4.0.2...5.0.0-beta.1) (2023-01-29)
2+
3+
4+
* feat(ponyfill)!: disable by default and rename ([4a84f81](https://github.com/dargmuesli/nuxt-cookie-control/commit/4a84f81d0ed13c9e589481415562ca3c3bbffa79))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* - rename module option `isCssPolyfillEnabled` to `isCssPonyfillEnabled`
10+
- set module option `isCssPonyfillEnabled` default to `false`
11+
112
## [4.0.2](https://github.com/dargmuesli/nuxt-cookie-control/compare/4.0.1...4.0.2) (2023-01-29)
213

314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dargmuesli/nuxt-cookie-control",
3-
"version": "4.0.2",
3+
"version": "5.0.0-beta.1",
44
"description": "Nuxt Cookies Control Module",
55
"author": "Dario Ferderber <[email protected]>",
66
"maintainers": [

0 commit comments

Comments
 (0)