From 5f969cf05ac96f8da406dabb3c70e4930c9f8405 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 13:45:30 +0900 Subject: [PATCH] chore(main): release 2.1.1 (#104) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9bed736..574a75b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.1.1](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.1.0...v2.1.1) (2023-09-20) + +### Miscellaneous + +* change the event flush interval default setting ([#108](https://github.com/bucketeer-io/javascript-client-sdk/issues/108)) ([364e5bc](https://github.com/bucketeer-io/javascript-client-sdk/commit/364e5bc439da39f87c4fec9bd1a332199d296010)) + +### Build System + +* **deps:** lock file maintenance ([#99](https://github.com/bucketeer-io/javascript-client-sdk/issues/99)) ([0556394](https://github.com/bucketeer-io/javascript-client-sdk/commit/0556394a32f681927615d0e3146e694d302b0b53)) +* **deps:** update all non-major dependencies ([#106](https://github.com/bucketeer-io/javascript-client-sdk/issues/106)) ([b8bba6b](https://github.com/bucketeer-io/javascript-client-sdk/commit/b8bba6b4c46c6ca7280e07df22d94611bb0dcbcb)) +* **deps:** update typescript-eslint monorepo to v6 ([#102](https://github.com/bucketeer-io/javascript-client-sdk/issues/102)) ([3989cd0](https://github.com/bucketeer-io/javascript-client-sdk/commit/3989cd06a919db02b4d44f34d16d43b2abef7f96)) +* **deps:** update vitest ([#107](https://github.com/bucketeer-io/javascript-client-sdk/issues/107)) ([d8cc40d](https://github.com/bucketeer-io/javascript-client-sdk/commit/d8cc40d248a546ffd6ed76c8dbe270b6371fab4f)) + ## [2.1.0](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.0.2...v2.1.0) (2023-07-24) diff --git a/package.json b/package.json index 691c45cb..ca586ee4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "2.1.0", + "version": "2.1.1", "type": "module", "files": [ "dist",