Skip to content

Commit ac6f72e

Browse files
chore(master): release 1.1.1
1 parent d3a1e40 commit ac6f72e

3 files changed

Lines changed: 9 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.1.0"
2+
".": "1.1.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ 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.1](https://github.com/marcstraube/zappzarapp-node-browser-utils/compare/v1.1.0...v1.1.1) (2026-04-17)
10+
11+
12+
### Bug Fixes
13+
14+
* **ci:** trigger npm publish on GitHub Release event ([#65](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/65)) ([d3a1e40](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/d3a1e4044ddc8acbd3010aed2a1230077b315015))
15+
916
## [1.1.0](https://github.com/marcstraube/zappzarapp-node-browser-utils/compare/v1.0.3...v1.1.0) (2026-04-17)
1017

1118

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.1.1",
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)