Skip to content

Commit 1665647

Browse files
chore: release 0.1.0 from main (#2)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0412227 commit 1665647

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [0.1.0](https://github.com/tasshi-playground/demo-publish-node-cli-tool/compare/v0.0.1...v0.1.0) (2024-10-18)
4+
5+
6+
### Features
7+
8+
* init repository ([125d4e3](https://github.com/tasshi-playground/demo-publish-node-cli-tool/commit/125d4e32ceb442004aecbd6e7d9c102687fcc2d2))
9+
10+
11+
### Bug Fixes
12+
13+
* add pnpm-lock.yaml ([0412227](https://github.com/tasshi-playground/demo-publish-node-cli-tool/commit/041222771d1d19c159313e3f09b6703ad95b741d))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tasshi/demo-publish-node-cli-tool",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "Demo repository publishing Node.js based CLI to npm registry using pnpm",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)