Skip to content

Commit

Permalink
chore(release): release v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wangkaiwd committed Oct 22, 2022
1 parent 6cf3a85 commit 6caf8d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/my-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.0.5](https://github.com/wangkaiwd/typescript-library-template/compare/v2.0.4...v2.0.5) (2022-10-22)


### Features

* generate changelog programmatic ([d7d5f3a](https://github.com/wangkaiwd/typescript-library-template/commit/d7d5f3a153341b103438c84ceb5e251f518cad65))



## [2.0.4](https://github.com/wangkaiwd/typescript-library-template/compare/v2.0.0...v2.0.4) (2022-10-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/my-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sppk/my-lib",
"version": "2.0.4",
"version": "2.0.5",
"scripts": {
"dev": "pnpm build-bundle -w",
"build-bundle": "rimraf dist && rollup -c --configPlugin typescript",
Expand Down

0 comments on commit 6caf8d1

Please sign in to comment.