Skip to content

Commit 89e29ab

Browse files
chore(release): 1.2.1 [skip ci]
## [1.2.1](v1.2.0...v1.2.1) (2025-09-13) ### Bug Fixes * configure release workflow to use RELEASE_PAT for repository rule bypass ([1a9b835](1a9b835)) * remove unsupported pnpm pack --dry-run from PR validation ([07a8a30](07a8a30)) * resolve PR validation pipeline issues ([991aa72](991aa72)) * update README badges to reflect new package name @zonr-logs/core ([65be57b](65be57b)), closes [#2](#2)
1 parent 07f3c3a commit 89e29ab

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.2.1](https://github.com/itsJess1ca/Zonr-Core/compare/v1.2.0...v1.2.1) (2025-09-13)
2+
3+
4+
### Bug Fixes
5+
6+
* configure release workflow to use RELEASE_PAT for repository rule bypass ([1a9b835](https://github.com/itsJess1ca/Zonr-Core/commit/1a9b8356c688ea3e443cc5aa21c21338f21dcccf))
7+
* remove unsupported pnpm pack --dry-run from PR validation ([07a8a30](https://github.com/itsJess1ca/Zonr-Core/commit/07a8a302a62d5db30083010794a964cdbfa67266))
8+
* resolve PR validation pipeline issues ([991aa72](https://github.com/itsJess1ca/Zonr-Core/commit/991aa7221c8eed9010464b16d2aa63847a4c9733))
9+
* update README badges to reflect new package name @zonr-logs/core ([65be57b](https://github.com/itsJess1ca/Zonr-Core/commit/65be57b3a5d69fd412fd70a5da03fed5eac3f9fc)), closes [#2](https://github.com/itsJess1ca/Zonr-Core/issues/2)
10+
111
# [1.2.0](https://github.com/itsJess1ca/Zonr/compare/v1.1.0...v1.2.0) (2025-09-13)
212

313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zonr-logs/core",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A modern TypeScript library for building organized, dynamic terminal interfaces with zone-based layouts",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)