Skip to content

Commit 21bf2f9

Browse files
chore(master): release 1.1.0 (#41)
🤖 I have created a release *beep* *boop* --- ## [1.1.0](v1.0.3...v1.1.0) (2026-04-17) ### Features * **network:** add circuit breaker pattern to RetryQueue ([#57](#57)) ([d0c9204](d0c9204)) * **request:** add Content-Type response validation ([#56](#56)) ([e3cd5bb](e3cd5bb)) * **request:** expose combineAbortSignals as public utility ([#54](#54)) ([0adb3a9](0adb3a9)) * **storage:** add custom serializer hook for BaseStorageManager ([#58](#58)) ([052bf66](052bf66)) ### Bug Fixes * **ci:** exclude CHANGELOG.md from prettier format checks ([#63](#63)) ([8ea1dae](8ea1dae)) * **ci:** upgrade npm for OIDC trusted publishing support ([#40](#40)) ([b84b28a](b84b28a)) * **ci:** use npm publish for OIDC trusted publishing ([#38](#38)) ([9f91a5d](9f91a5d)) * **test:** stabilize flaky OfflineQueue integration test ([#62](#62)) ([dbce592](dbce592)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: marcstraube-release-bot[bot] <275318129+marcstraube-release-bot[bot]@users.noreply.github.com>
1 parent 8ea1dae commit 21bf2f9

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.3"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [1.1.0](https://github.com/marcstraube/zappzarapp-node-browser-utils/compare/v1.0.3...v1.1.0) (2026-04-17)
10+
11+
12+
### Features
13+
14+
* **network:** add circuit breaker pattern to RetryQueue ([#57](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/57)) ([d0c9204](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/d0c9204c40e51050cc7ed42b4f777b65c45a7944))
15+
* **request:** add Content-Type response validation ([#56](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/56)) ([e3cd5bb](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/e3cd5bb6a9055f87d6100b63563e2511f2f183ab))
16+
* **request:** expose combineAbortSignals as public utility ([#54](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/54)) ([0adb3a9](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/0adb3a95170d1b183a71f9359816c6401f8d6a94))
17+
* **storage:** add custom serializer hook for BaseStorageManager ([#58](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/58)) ([052bf66](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/052bf669c0c264f8d6a2cf01e14760f5769667e8))
18+
19+
20+
### Bug Fixes
21+
22+
* **ci:** exclude CHANGELOG.md from prettier format checks ([#63](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/63)) ([8ea1dae](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/8ea1dae3a6ef45d7f894cfcd0cd9db1f13e53781))
23+
* **ci:** upgrade npm for OIDC trusted publishing support ([#40](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/40)) ([b84b28a](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/b84b28a429cfc0e3b3626260a611eb88b008fb1d))
24+
* **ci:** use npm publish for OIDC trusted publishing ([#38](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/38)) ([9f91a5d](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/9f91a5d3d28ef4f58eea34b7cc9e01fd5a6d1eb3))
25+
* **test:** stabilize flaky OfflineQueue integration test ([#62](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/62)) ([dbce592](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/dbce592ca2cc3bb4bfd32ee5ccc36f7b722ae864))
26+
927
## [1.0.3](https://github.com/marcstraube/zappzarapp-node-browser-utils/compare/v1.0.2...v1.0.3) (2026-04-10)
1028

1129
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zappzarapp/browser-utils",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "Comprehensive browser utilities: storage, cookies, clipboard, keyboard shortcuts, forms, observers, network retry, and more. Type-safe, tree-shakeable, zero dependencies.",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)