Skip to content

Commit

Permalink
chore: release v2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bucketeer-bot committed Sep 3, 2024
1 parent f443b8b commit d58ad75
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 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.5"
".": "2.1.6"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.1.6](https://github.com/bucketeer-io/javascript-client-sdk/compare/js-client-sdk-v2.1.5...js-client-sdk-v2.1.6) (2024-09-03)


### Miscellaneous

* define the exception name explicitly ([#170](https://github.com/bucketeer-io/javascript-client-sdk/issues/170)) ([78eb60c](https://github.com/bucketeer-io/javascript-client-sdk/commit/78eb60cbdceea2c103629d69c7c30b4a9e7790be))


### Build System

* **deps:** lock file maintenance ([#160](https://github.com/bucketeer-io/javascript-client-sdk/issues/160)) ([b5ee340](https://github.com/bucketeer-io/javascript-client-sdk/commit/b5ee3404d117ded58b29383d2275347fa4617743))
* **deps:** lock file maintenance ([#169](https://github.com/bucketeer-io/javascript-client-sdk/issues/169)) ([6c9497f](https://github.com/bucketeer-io/javascript-client-sdk/commit/6c9497ff8b67690c5d50fc0d20890a659a618b2d))
* **deps:** update all non-major dependencies ([#163](https://github.com/bucketeer-io/javascript-client-sdk/issues/163)) ([32d98ee](https://github.com/bucketeer-io/javascript-client-sdk/commit/32d98ee9c01c2cb9a6caf7d0c1160a69789d3cc5))
* **deps:** update all non-major dependencies ([#175](https://github.com/bucketeer-io/javascript-client-sdk/issues/175)) ([f443b8b](https://github.com/bucketeer-io/javascript-client-sdk/commit/f443b8b969aaef43fde4228965a63edcc122fa94))
* export sourcemap file when building ([#171](https://github.com/bucketeer-io/javascript-client-sdk/issues/171)) ([9103328](https://github.com/bucketeer-io/javascript-client-sdk/commit/91033286ad6c54a6e6e5d0a35307763117d2e3d3))

## [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
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.5",
"version": "2.1.6",
"type": "module",
"files": [
"dist",
Expand Down

0 comments on commit d58ad75

Please sign in to comment.