Skip to content

Commit 2dd576f

Browse files
chore: release v1.3.3
1 parent 07bcc45 commit 2dd576f

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [1.3.3] - 2025-04-21
911
### Fixed
1012
- Fixed "TypeError: Cannot use 'in' operator to search for 'functionality_storage' in undefined" when no storage is enabled.
1113

@@ -308,7 +310,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
308310
### Added
309311
- The first version of the package has been released.
310312

311-
[Unreleased]: https://github.com/68publishers/cookie-consent/compare/v1.3.2...HEAD
313+
[Unreleased]: https://github.com/68publishers/cookie-consent/compare/v1.3.3...HEAD
314+
[1.3.3]: https://github.com/68publishers/cookie-consent/compare/v1.3.2...v1.3.3
312315
[1.3.2]: https://github.com/68publishers/cookie-consent/compare/v1.3.1...v1.3.2
313316
[1.3.1]: https://github.com/68publishers/cookie-consent/compare/v1.3.0...v1.3.1
314317
[1.3.0]: https://github.com/68publishers/cookie-consent/compare/v1.2.0...v1.3.0

dist/cookie-consent.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@68publishers/cookie-consent",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Cookie consent wrapper based on orestbida/cookieconsent with GTM integration.",
55
"homepage": "http://www.68publishers.io/",
66
"main": "index.mjs",

0 commit comments

Comments
 (0)