Skip to content

Commit

Permalink
chore(main): release 2.1.1 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 20, 2023
1 parent 0556394 commit 5f969cf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.1.0",
"version": "2.1.1",
"type": "module",
"files": [
"dist",
Expand Down

0 comments on commit 5f969cf

Please sign in to comment.