From 862d7dd9d226d287a446101b8f68e4fdfdad4b66 Mon Sep 17 00:00:00 2001 From: Bucketeer <35795358+bucketeer-bot@users.noreply.github.com> Date: Thu, 16 May 2024 20:24:54 +0900 Subject: [PATCH] chore: release 2.1.4 (#148) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60683e63..e9ad9843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.1.4](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.1.3...v2.1.4) (2024-05-16) + + +### Build System + +* **deps:** lock file maintenance ([#143](https://github.com/bucketeer-io/javascript-client-sdk/issues/143)) ([6210b55](https://github.com/bucketeer-io/javascript-client-sdk/commit/6210b5514e668041d91cc91d0d698134ad7482d4)) +* **deps:** update all non-major dependencies ([#144](https://github.com/bucketeer-io/javascript-client-sdk/issues/144)) ([e11da43](https://github.com/bucketeer-io/javascript-client-sdk/commit/e11da431544d1239499ffcafd1d2c6547ca74131)) + + +### Bug Fixes + +* typescript cannot search the type definition ([#147](https://github.com/bucketeer-io/javascript-client-sdk/issues/147)) ([67dba67](https://github.com/bucketeer-io/javascript-client-sdk/commit/67dba67746c98d3ce6bafcae50b8b84bc7ebf2bf)) + ## [2.1.3](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.1.2...v2.1.3) (2024-04-23) diff --git a/package.json b/package.json index 0b43dcb3..a8a4c939 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "2.1.3", + "version": "2.1.4", "type": "module", "files": [ "dist",