From cc5d7c6f5a4a69f07a48f047638073e61291b196 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 8 Jun 2024 19:42:24 +0000 Subject: [PATCH] chore(release): 2.0.2 [skip ci] ## [2.0.2](https://github.com/shmolf/cuki/compare/v2.0.1...v2.0.2) (2024-06-08) ### Bug Fixes * **postinstall:** remove postinstall which is irrelevant to applications ([12dd867](https://github.com/shmolf/cuki/commit/12dd86781766f31393b99a31074fcf1d3c5acdeb)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2290b83..a6fdb20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.2](https://github.com/shmolf/cuki/compare/v2.0.1...v2.0.2) (2024-06-08) + + +### Bug Fixes + +* **postinstall:** remove postinstall which is irrelevant to applications ([12dd867](https://github.com/shmolf/cuki/commit/12dd86781766f31393b99a31074fcf1d3c5acdeb)) + ## [2.0.1](https://github.com/shmolf/cuki/compare/v2.0.0...v2.0.1) (2022-05-01) diff --git a/package.json b/package.json index 38c914a..162d5c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cuki", - "version": "2.0.1", + "version": "2.0.2", "description": "Cookie Data Library", "types": "./dist/cuki.d.ts", "main": "src/cuki.ts",