Skip to content

Commit

Permalink
chore: release v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bucketeer-bot committed Dec 3, 2024
1 parent db6e812 commit d8de7ed
Show file tree
Hide file tree
Showing 3 changed files with 14 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.2.1"
".": "2.2.2"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.2.2](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.2.1...v2.2.2) (2024-12-03)


### Bug Fixes

* skip generating error events for unauthorized or forbidden errors ([#188](https://github.com/bucketeer-io/javascript-client-sdk/issues/188)) ([0c48090](https://github.com/bucketeer-io/javascript-client-sdk/commit/0c4809031e8b73cc35d8f7a4176763ae3d9083bd))


### Build System

* **deps:** update all non-major dependencies ([#192](https://github.com/bucketeer-io/javascript-client-sdk/issues/192)) ([db6e812](https://github.com/bucketeer-io/javascript-client-sdk/commit/db6e81273cf12665b8a648554113570db3a89fce))

## [2.2.1](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.2.0...v2.2.1) (2024-11-18)


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

0 comments on commit d8de7ed

Please sign in to comment.