Skip to content

Commit

Permalink
chore: release 0.1.0 from main (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 18, 2024
1 parent 0412227 commit 1665647
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.1"
".": "0.1.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [0.1.0](https://github.com/tasshi-playground/demo-publish-node-cli-tool/compare/v0.0.1...v0.1.0) (2024-10-18)


### Features

* init repository ([125d4e3](https://github.com/tasshi-playground/demo-publish-node-cli-tool/commit/125d4e32ceb442004aecbd6e7d9c102687fcc2d2))


### Bug Fixes

* add pnpm-lock.yaml ([0412227](https://github.com/tasshi-playground/demo-publish-node-cli-tool/commit/041222771d1d19c159313e3f09b6703ad95b741d))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tasshi/demo-publish-node-cli-tool",
"version": "1.0.0",
"version": "0.1.0",
"description": "Demo repository publishing Node.js based CLI to npm registry using pnpm",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 1665647

Please sign in to comment.