From 0e5b6053668f3b597bcd53f8c9409958a33b3515 Mon Sep 17 00:00:00 2001 From: bucketeer-bot Date: Tue, 3 Dec 2024 09:45:07 +0000 Subject: [PATCH] docs: update javascript.mdx to v2.2.2 --- docs/changelog/client-side/javascript.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/changelog/client-side/javascript.mdx b/docs/changelog/client-side/javascript.mdx index 440e48f..316f555 100644 --- a/docs/changelog/client-side/javascript.mdx +++ b/docs/changelog/client-side/javascript.mdx @@ -14,6 +14,20 @@ toc_max_heading_level: 2 +## [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:** lock file maintenance ([#189](https://github.com/bucketeer-io/javascript-client-sdk/issues/189)) ([42099c5](https://github.com/bucketeer-io/javascript-client-sdk/commit/42099c50f0c0dd8696eb1bbf662a84b4e0ea048d)) +* **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)) +* **deps:** update dependency vite to v6 ([#193](https://github.com/bucketeer-io/javascript-client-sdk/issues/193)) ([75f64c8](https://github.com/bucketeer-io/javascript-client-sdk/commit/75f64c8340a475dff42efc408bb411c66e75a45a)) + ## [2.2.1](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.2.0...v2.2.1) (2024/11/18)