Skip to content

Commit

Permalink
chore: release v2.1.5 (#154)
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Yuichi Okimoto <[email protected]>
  • Loading branch information
bucketeer-bot authored Aug 1, 2024
1 parent c6ff677 commit 736e2c3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.1.4"
".": "2.1.5"
}
27 changes: 14 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,37 @@
# Changelog

## [2.1.4](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.1.3...v2.1.4) (2024-05-16)
## [2.1.5](https://github.com/bucketeer-io/javascript-client-sdk/compare/js-client-sdk-v2.1.4...js-client-sdk-v2.1.5) (2024-08-01)

### Bug Fixes

### Build System
- custom user attributes not being set correctly ([#166](https://github.com/bucketeer-io/javascript-client-sdk/issues/166)) ([c6ff677](https://github.com/bucketeer-io/javascript-client-sdk/commit/c6ff677ad582f2767a3118de3274fa6797a28440))

* **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))
## [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))
- 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)


### Build System

* **deps:** lock file maintenance ([#137](https://github.com/bucketeer-io/javascript-client-sdk/issues/137)) ([f7370bf](https://github.com/bucketeer-io/javascript-client-sdk/commit/f7370bf52a526a0ba541d2969606f8b69aeae741))

- **deps:** lock file maintenance ([#137](https://github.com/bucketeer-io/javascript-client-sdk/issues/137)) ([f7370bf](https://github.com/bucketeer-io/javascript-client-sdk/commit/f7370bf52a526a0ba541d2969606f8b69aeae741))

### Miscellaneous

* add the source ID to the register events API ([#142](https://github.com/bucketeer-io/javascript-client-sdk/issues/142)) ([f2e2791](https://github.com/bucketeer-io/javascript-client-sdk/commit/f2e27914d618e0b1dc19ac4e17f7fdabb0bfb006))
* make e2e workflow dispatchable ([#140](https://github.com/bucketeer-io/javascript-client-sdk/issues/140)) ([c516820](https://github.com/bucketeer-io/javascript-client-sdk/commit/c516820b6b5ca852ed353915efab025a1a3af055))
* update error metrics report ([#138](https://github.com/bucketeer-io/javascript-client-sdk/issues/138)) ([d4fcd16](https://github.com/bucketeer-io/javascript-client-sdk/commit/d4fcd16542f090f8dfc1584f8a5dcf8702faf750))

- add the source ID to the register events API ([#142](https://github.com/bucketeer-io/javascript-client-sdk/issues/142)) ([f2e2791](https://github.com/bucketeer-io/javascript-client-sdk/commit/f2e27914d618e0b1dc19ac4e17f7fdabb0bfb006))
- make e2e workflow dispatchable ([#140](https://github.com/bucketeer-io/javascript-client-sdk/issues/140)) ([c516820](https://github.com/bucketeer-io/javascript-client-sdk/commit/c516820b6b5ca852ed353915efab025a1a3af055))
- update error metrics report ([#138](https://github.com/bucketeer-io/javascript-client-sdk/issues/138)) ([d4fcd16](https://github.com/bucketeer-io/javascript-client-sdk/commit/d4fcd16542f090f8dfc1584f8a5dcf8702faf750))

### Bug Fixes

* unable capture request error when got a response with status 200 and invalid JSON ([#141](https://github.com/bucketeer-io/javascript-client-sdk/issues/141)) ([0484fb8](https://github.com/bucketeer-io/javascript-client-sdk/commit/0484fb8a40b58272e48f4f6e3513390efaaa1d62))
- unable capture request error when got a response with status 200 and invalid JSON ([#141](https://github.com/bucketeer-io/javascript-client-sdk/issues/141)) ([0484fb8](https://github.com/bucketeer-io/javascript-client-sdk/commit/0484fb8a40b58272e48f4f6e3513390efaaa1d62))

## [2.1.2](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.1.1...v2.1.2) (2024-04-02)

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.4",
"version": "2.1.5",
"type": "module",
"files": [
"dist",
Expand Down
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
{ "type": "build", "section": "Build System", "hidden": false }
],
"release-type": "node",
"release-as": "2.1.5",
"pull-request-title-pattern": "chore: release v${version}",
"packages": {
".": {
Expand Down

0 comments on commit 736e2c3

Please sign in to comment.