Skip to content

Commit 517e9bb

Browse files
chore(master): release 1.3.0 (#87)
1 parent 9492ce1 commit 517e9bb

3 files changed

Lines changed: 14 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.2.0"
2+
".": "1.3.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ 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.3.0](https://github.com/marcstraube/zappzarapp-node-browser-utils/compare/v1.2.0...v1.3.0) (2026-05-01)
10+
11+
12+
### Features
13+
14+
* **request:** add upload progress tracking ([#86](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/86)) ([38f2abc](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/38f2abca0a7853001613595b7dbce077f07f129c))
15+
16+
17+
### Bug Fixes
18+
19+
* **ci:** exempt release-please bot from GPG signature verification ([#92](https://github.com/marcstraube/zappzarapp-node-browser-utils/issues/92)) ([9492ce1](https://github.com/marcstraube/zappzarapp-node-browser-utils/commit/9492ce1b5d7d8ab6a252fea2f1af8be1ceb1f447))
20+
921
## [1.2.0](https://github.com/marcstraube/zappzarapp-node-browser-utils/compare/v1.1.0...v1.2.0) (2026-04-19)
1022

1123
### Features

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