Skip to content

Commit 711cc82

Browse files
committed
chore(release): 1.0.0
1 parent 77745ed commit 711cc82

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## 1.0.0 (2025-01-05)
6+
7+
8+
### Features
9+
10+
* Read, update, walk operations ([3949e3d](https://github.com/modulify/pkg/commit/3949e3dbdb7b5ff28d0264cf139cf28b2836ffc8))
11+
* Sorting children on each level in lexicographical order ([b6ec633](https://github.com/modulify/pkg/commit/b6ec6336475c77e0d0c0c782e8cf111921f95fba))
12+
13+
14+
### Documentation
15+
16+
* Added homepage, repository & bugs fields to package.json ([40cd15a](https://github.com/modulify/pkg/commit/40cd15a8864b3bd22ac24de1375d7b7935086050))
17+
* Added logo to README.md ([209ebee](https://github.com/modulify/pkg/commit/209ebeeaf0263ec328cfa29ea92e3b85c7d899e8))
18+
* Added npm badge to README.md ([c07df91](https://github.com/modulify/pkg/commit/c07df91ea3629c87acfd4858ce0efae9a4146f8c))
19+
* README.md & updated description in package.json & added keywords ([3a432b9](https://github.com/modulify/pkg/commit/3a432b9b530493665aeb872a34ea365aaa6a087a))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@modulify/pkg",
33
"type": "module",
44
"license": "ISC",
5-
"version": "0.0.0",
5+
"version": "1.0.0",
66
"description": "Utils for working with nodejs packages worktree",
77
"author": "zaytsev.modulify@gmail.com",
88
"contributors": [

0 commit comments

Comments
 (0)