From 4ccd7d430ac8ab37015acad594d42a1541467684 Mon Sep 17 00:00:00 2001 From: Yann Gouffon Date: Thu, 29 Jun 2023 16:13:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0171cb..b8ae91c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.0.6] - 2023-06-29 ### Added - Add optional GTM consent support @@ -36,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - First POC -[Unreleased]: https://github.com/antistatique/leckerli/compare/v1.0.5...HEAD +[Unreleased]: https://github.com/antistatique/leckerli/compare/v1.0.6...HEAD +[1.0.6]: https://github.com/antistatique/leckerli/compare/v1.0.5...v1.0.6 [1.0.5]: https://github.com/antistatique/leckerli/compare/v1.0.4...v1.0.5 [1.0.4]: https://github.com/antistatique/leckerli/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/antistatique/leckerli/compare/v1.0.2...v1.0.3 diff --git a/package.json b/package.json index b637d5a..4a0216e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antistatique/leckerli", - "version": "1.0.5", + "version": "1.0.6", "description": "Lightweight and customisable GDPR cookie consent manager", "private": false, "repository": "https://github.com/antistatique/leckerli",