Skip to content

Commit f717469

Browse files
chore: release 2.1.3 (#139)
1 parent f7370bf commit f717469

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [2.1.3](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.1.2...v2.1.3) (2024-04-23)
4+
5+
6+
### Build System
7+
8+
* **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))
9+
10+
11+
### Miscellaneous
12+
13+
* 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))
14+
* 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))
15+
* 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))
16+
17+
18+
### Bug Fixes
19+
20+
* 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))
21+
322
## [2.1.2](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.1.1...v2.1.2) (2024-04-02)
423

524
### Build System

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "2.1.2",
7+
"version": "2.1.3",
88
"type": "module",
99
"files": [
1010
"dist",

0 commit comments

Comments
 (0)