Skip to content

Commit 78f15ab

Browse files
chore(main): release 0.3.0 (#9)
1 parent b1b0bbb commit 78f15ab

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/koki-develop/pinpm/compare/v0.2.0...v0.3.0) (2025-02-15)
4+
5+
6+
### Features
7+
8+
* Add CLI option to run package install command ([#8](https://github.com/koki-develop/pinpm/issues/8)) ([b1b0bbb](https://github.com/koki-develop/pinpm/commit/b1b0bbb7953b29ed8db3f184786833715741bd0e))
9+
310
## [0.2.0](https://github.com/koki-develop/pinpm/compare/v0.1.0...v0.2.0) (2025-02-15)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pinpm",
33
"description": "Pin dependency versions in package.json",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"author": "koki-develop <[email protected]>",
66
"homepage": "https://github.com/koki-develop/pinpm",
77
"repository": {

0 commit comments

Comments
 (0)