Skip to content

Commit

Permalink
release: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 18, 2024
1 parent 536b4a0 commit b2c418b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/files/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "1.0.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [1.0.0](https://github.com/4m-mazi/souji-action/compare/v0.1.0...v1.0.0) (2024-01-18)


### Features

* clean up github action caches ([#5](https://github.com/4m-mazi/souji-action/issues/5)) ([5714fc6](https://github.com/4m-mazi/souji-action/commit/5714fc6fcd7f5e19153774c8cd45214265fc9aa5))


### Dependencies

* modify npm to pnpm ([#2](https://github.com/4m-mazi/souji-action/issues/2)) ([744bb3b](https://github.com/4m-mazi/souji-action/commit/744bb3beffdcd890cc4db8cc5b784a03a84d305b))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typescript-action",
"description": "GitHub Actions TypeScript template",
"version": "0.0.0",
"version": "1.0.0",
"author": "",
"private": true,
"homepage": "https://github.com/actions/typescript-action",
Expand Down

0 comments on commit b2c418b

Please sign in to comment.