diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0db4c77..122a59d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.3" + ".": "1.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3335292..b834d2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.4](https://github.com/marcstraube/zappzarapp-node-browser-utils/compare/v1.0.3...v1.0.4) (2026-04-11) + + +### Bug Fixes + +* **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)) + ## [1.0.3](https://github.com/marcstraube/zappzarapp-node-browser-utils/compare/v1.0.2...v1.0.3) (2026-04-10) ### Bug Fixes diff --git a/package.json b/package.json index 01b22eb..7521187 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zappzarapp/browser-utils", - "version": "1.0.3", + "version": "1.0.4", "description": "Comprehensive browser utilities: storage, cookies, clipboard, keyboard shortcuts, forms, observers, network retry, and more. Type-safe, tree-shakeable, zero dependencies.", "type": "module", "sideEffects": false,