From 76541233e8ea8eedc5fc9941e157a73a91b25da2 Mon Sep 17 00:00:00 2001 From: Yann Gouffon Date: Wed, 28 Jun 2023 15:46:50 +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 | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9821d..8a2e7b3 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.3] - 2023-06-28 ### Fixed - Fix build config and linter warnings @@ -21,7 +23,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.2...HEAD +[Unreleased]: https://github.com/antistatique/leckerli/compare/v1.0.3...HEAD +[1.0.3]: https://github.com/antistatique/leckerli/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/antistatique/leckerli/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/antistatique/leckerli/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/antistatique/leckerli/releases/tag/v1.0.0 diff --git a/package.json b/package.json index 5ebdf5b..523c8d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antistatique/leckerli", - "version": "1.0.2", + "version": "1.0.3", "description": "Lightweight and customisable GDPR cookie consent manager", "private": false, "repository": "https://github.com/antistatique/leckerli", @@ -54,4 +54,4 @@ "typescript": "^5.1.5", "vite": "^4.3.9" } -} +} \ No newline at end of file