Skip to content

Commit 0a4ee5f

Browse files
chore(release): 8.6.1 [skip ci]
## [8.6.1](8.6.0...8.6.1) (2025-03-29) ### Bug Fixes * remove unnecessary export ([#147](#147)) ([fc5885a](fc5885a))
1 parent fc5885a commit 0a4ee5f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [8.6.1](https://github.com/dargmuesli/nuxt-cookie-control/compare/8.6.0...8.6.1) (2025-03-29)
2+
3+
### Bug Fixes
4+
5+
* remove unnecessary export ([#147](https://github.com/dargmuesli/nuxt-cookie-control/issues/147)) ([fc5885a](https://github.com/dargmuesli/nuxt-cookie-control/commit/fc5885aee2cf18f1bc4f17dc15db7d01b7ed9abf))
6+
17
## [8.6.0](https://github.com/dargmuesli/nuxt-cookie-control/compare/8.5.5...8.6.0) (2025-03-29)
28

39
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@
9797
},
9898
"type": "module",
9999
"types": "./dist/types.d.ts",
100-
"version": "8.6.0"
100+
"version": "8.6.1"
101101
}

0 commit comments

Comments
 (0)