Skip to content

Commit 0596399

Browse files
chore(main): release 0.3.2 (#12)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a2d227e commit 0596399

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [0.3.2](https://github.com/koki-develop/pinpm/compare/v0.3.1...v0.3.2) (2025-02-15)
4+
5+
6+
### Bug Fixes
7+
8+
* Show spinner ([#11](https://github.com/koki-develop/pinpm/issues/11)) ([326ec39](https://github.com/koki-develop/pinpm/commit/326ec3952bbc6f7ea41cf33ffd1870189672ea13))
9+
* Use process.stderr for spinner output ([a2d227e](https://github.com/koki-develop/pinpm/commit/a2d227e304e5b1857335e059d613a71b21ac17ac))
10+
311
## [0.3.1](https://github.com/koki-develop/pinpm/compare/v0.3.0...v0.3.1) (2025-02-15)
412

513

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.3.1",
4+
"version": "0.3.2",
55
"author": "koki-develop <[email protected]>",
66
"homepage": "https://github.com/koki-develop/pinpm",
77
"repository": {

0 commit comments

Comments
 (0)