Skip to content

Commit e85dfee

Browse files
chore: release v1.3.6
1 parent 096c18d commit e85dfee

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

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.6] - 2025-05-15
911
### Added
1012
- Added ability to define user attributes as callback functions. Callbacks will be invoked when interacting with the CMP.
1113

@@ -320,7 +322,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
320322
### Added
321323
- The first version of the package has been released.
322324

323-
[Unreleased]: https://github.com/68publishers/cookie-consent/compare/v1.3.5...HEAD
325+
[Unreleased]: https://github.com/68publishers/cookie-consent/compare/v1.3.6...HEAD
326+
[1.3.6]: https://github.com/68publishers/cookie-consent/compare/v1.3.5...v1.3.6
324327
[1.3.5]: https://github.com/68publishers/cookie-consent/compare/v1.3.4...v1.3.5
325328
[1.3.4]: https://github.com/68publishers/cookie-consent/compare/v1.3.3...v1.3.4
326329
[1.3.3]: https://github.com/68publishers/cookie-consent/compare/v1.3.2...v1.3.3

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.5",
3+
"version": "1.3.6",
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)