Skip to content

Commit

Permalink
release: 0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Jan 16, 2025
1 parent 838a382 commit e3db83b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@
`(2025-01-16)`

- chore: bump version to 0.1.13 and update release script to include changelog generation by [sorrycc](https://github.com/sorrycc)
- feat: add changelog generation and testing framework by [sorrycc](https://github.com/sorrycc)
- feat: add changelog generation and testing framework by [sorrycc](https://github.com/sorrycc)

## 0.1.15

`(2025-01-16)`

- fix(release): trim whitespace from generated changelog output by [sorrycc](https://github.com/sorrycc)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/tools",
"version": "0.1.14",
"version": "0.1.15",
"scripts": {
"release": "./bin/utools.js release --git-tag --github-release --changelog",
"test": "vitest"
Expand Down

0 comments on commit e3db83b

Please sign in to comment.