Skip to content

Commit 44c0c5f

Browse files
committed
chore(release): 1.1.0
1 parent ec4eaa8 commit 44c0c5f

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
11
# Changelog
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4+
5+
## 1.1.0 (2025-10-01)
6+
7+
8+
### Features
9+
10+
* add automated release workflow with commit-and-tag-version ([ec4eaa8](https://github.com/hiddentao/zip-json/commit/ec4eaa80f290b45e17e4b63d3b99906c4dd5ee72))
11+
* add husky and conventional commits setup ([8065465](https://github.com/hiddentao/zip-json/commit/8065465361d3ded69be43b24f8286642ab2b5d39))
12+
* update package name to @hiddentao/zip-json ([3f0224e](https://github.com/hiddentao/zip-json/commit/3f0224ee4aa43ed8dbf57afe6a5ffaa9920c1bcb))
13+
14+
15+
### Bug Fixes
16+
17+
* add comprehensive parameter validation for patterns array ([6aff8a4](https://github.com/hiddentao/zip-json/commit/6aff8a4994b742a05276bcbc2f499357c2dc64eb))
18+
* remove husky prepare script to resolve publishing issues ([62310d5](https://github.com/hiddentao/zip-json/commit/62310d55d1f1ebbea113dfe82298656200766263))
19+
20+
21+
### Documentation
22+
23+
* add bun native binary example to readme ([f893235](https://github.com/hiddentao/zip-json/commit/f893235ff6f363cf117afd0eb258089e65bcc08c))
24+
* add centered logo to readme ([5798f29](https://github.com/hiddentao/zip-json/commit/5798f29a3417a3bcf3d1747b0ec3eee5d41afa8b))
25+
* fix links, remove redundant info ([9e90d5d](https://github.com/hiddentao/zip-json/commit/9e90d5d169e14dd37fe658a757d54618a44095d5))
26+
* fix readme badge url paths ([94a048d](https://github.com/hiddentao/zip-json/commit/94a048d6a5e599bfd303b43406e162db4f64f36a))
27+
* main branch, not master ([b3ef1c8](https://github.com/hiddentao/zip-json/commit/b3ef1c860576d1f3fdc368215e3217086b88085b))
28+
* refactor layout ([8567c9e](https://github.com/hiddentao/zip-json/commit/8567c9e870812eea0085d3e3b01c9be014b357e6))
29+
* remove redundant docs from readme ([c886a04](https://github.com/hiddentao/zip-json/commit/c886a0415765e3d04cd7dd6abe47f0d8f9ce8099))
30+
* remove test coverage metrics from implementation docs ([0958d41](https://github.com/hiddentao/zip-json/commit/0958d41a45b7db124f9bbaab4d4ecdf1a4c544c8))
31+
* update implementation documentation ([db1aa27](https://github.com/hiddentao/zip-json/commit/db1aa275f57a1462d4708fff5b6154d8120a6fc0))
32+
33+
# Changelog
34+
35+
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hiddentao/zip-json",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "Zip files and folders into JSON format for Bun native binaries with runtime extraction - perfect for embedding Drizzle ORM scripts",
55
"keywords": [
66
"zip",

0 commit comments

Comments
 (0)