Skip to content

Commit e36b7b8

Browse files
chore(master): release 1.0.2 (#15)
🤖 I have created a release *beep* *boop* --- ## [1.0.2](v1.0.1...v1.0.2) (2026-02-13) ### Bug Fixes * **build:** resolve ERR_UNSUPPORTED_DIR_IMPORT in ESM output ([#12](#12)) ([fc614eb](fc614eb)) * **ci:** align CI job names with branch protection required checks ([9a6d3f0](9a6d3f0)) * **hooks:** prevent post-merge hook failure on no dependency changes ([#16](#16)) ([f022780](f022780)) --- 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: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Marc Straube <email@marcstraube.de>
1 parent f022780 commit e36b7b8

3 files changed

Lines changed: 16 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.1"
2+
".": "1.0.2"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ 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.0.2](https://github.com/marcstraube/zappzarapp-browser-utils/compare/v1.0.1...v1.0.2) (2026-02-13)
10+
11+
### Bug Fixes
12+
13+
- **build:** resolve ERR_UNSUPPORTED_DIR_IMPORT in ESM output
14+
([#12](https://github.com/marcstraube/zappzarapp-browser-utils/issues/12))
15+
([fc614eb](https://github.com/marcstraube/zappzarapp-browser-utils/commit/fc614eb6a419f1073b543bd74920bd3e4247a099))
16+
- **ci:** align CI job names with branch protection required checks
17+
([#14](https://github.com/marcstraube/zappzarapp-browser-utils/pull/14))
18+
([9a6d3f0](https://github.com/marcstraube/zappzarapp-browser-utils/commit/9a6d3f0b7228859fecce36b238885d2be949045a))
19+
- **hooks:** prevent post-merge hook failure on no dependency changes
20+
([#16](https://github.com/marcstraube/zappzarapp-browser-utils/issues/16))
21+
([f022780](https://github.com/marcstraube/zappzarapp-browser-utils/commit/f02278044086f86b8ec2d4b72d0b69cf1b238c62))
22+
923
## [1.0.1] - 2026-02-13
1024

1125
### Security

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