Skip to content

Commit c75e8ee

Browse files
chore(master): release 1.2.0 (#66)
Co-authored-by: marcstraube-release-bot[bot] <275318129+marcstraube-release-bot[bot]@users.noreply.github.com> Co-authored-by: Marc Straube <email@marcstraube.de>
1 parent ed24830 commit c75e8ee

3 files changed

Lines changed: 43 additions & 12 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.1.0"
2+
".": "1.2.0"
33
}

CHANGELOG.md

Lines changed: 41 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,54 @@ 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-
9+
## [1.2.0](https://github.com/marcstraube/zappzarapp-node-browser-utils/compare/v1.1.0...v1.2.0) (2026-04-19)
1110

1211
### Features
1312

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))
13+
- **cache:** add onRevalidate callback for SWR completion notification
14+
([#69](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/69))
15+
([ed24830](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/ed24830f06b09bf2d81a3f37cfeca3da5f3b27fc))
16+
- **request:** add fetch streaming/progress utilities
17+
([#68](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/68))
18+
([2bd1713](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/2bd17130138ada317d04e0af96470bf42666e7aa))
19+
20+
### Bug Fixes
21+
22+
- **ci:** trigger npm publish on GitHub Release event
23+
([#65](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/65))
24+
([d3a1e40](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/d3a1e4044ddc8acbd3010aed2a1230077b315015))
25+
26+
## [1.1.0](https://github.com/marcstraube/zappzarapp-node-browser-utils/compare/v1.0.3...v1.1.0) (2026-04-17)
27+
28+
### Features
1829

30+
- **network:** add circuit breaker pattern to RetryQueue
31+
([#57](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/57))
32+
([d0c9204](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/d0c9204c40e51050cc7ed42b4f777b65c45a7944))
33+
- **request:** add Content-Type response validation
34+
([#56](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/56))
35+
([e3cd5bb](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/e3cd5bb6a9055f87d6100b63563e2511f2f183ab))
36+
- **request:** expose combineAbortSignals as public utility
37+
([#54](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/54))
38+
([0adb3a9](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/0adb3a95170d1b183a71f9359816c6401f8d6a94))
39+
- **storage:** add custom serializer hook for BaseStorageManager
40+
([#58](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/58))
41+
([052bf66](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/052bf669c0c264f8d6a2cf01e14760f5769667e8))
1942

2043
### Bug Fixes
2144

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))
45+
- **ci:** exclude CHANGELOG.md from prettier format checks
46+
([#63](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/63))
47+
([8ea1dae](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/8ea1dae3a6ef45d7f894cfcd0cd9db1f13e53781))
48+
- **ci:** upgrade npm for OIDC trusted publishing support
49+
([#40](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/40))
50+
([b84b28a](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/b84b28a429cfc0e3b3626260a611eb88b008fb1d))
51+
- **ci:** use npm publish for OIDC trusted publishing
52+
([#38](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/38))
53+
([9f91a5d](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/9f91a5d3d28ef4f58eea34b7cc9e01fd5a6d1eb3))
54+
- **test:** stabilize flaky OfflineQueue integration test
55+
([#62](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/62))
56+
([dbce592](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/dbce592ca2cc3bb4bfd32ee5ccc36f7b722ae864))
2657

2758
## [1.0.3](https://github.com/marcstraube/zappzarapp-node-browser-utils/compare/v1.0.2...v1.0.3) (2026-04-10)
2859

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.1.0",
3+
"version": "1.2.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)