Skip to content

Commit

Permalink
chore(release): release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wangkaiwd committed Nov 6, 2022
1 parent f2dd334 commit 52b4749
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# [2.1.0](https://github.com/wangkaiwd/typescript-library-template/compare/v2.0.5...v2.1.0) (2022-11-06)


### Features

* optimize release flow ([f2dd334](https://github.com/wangkaiwd/typescript-library-template/commit/f2dd3344710d9bc7f40dd2d51fe6df5793ee4f81))
* update release scripts and github action ([f2b5852](https://github.com/wangkaiwd/typescript-library-template/commit/f2b5852ba4d8a7b98b46d9301bcb220da490ddf8))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-lib-temp",
"private": true,
"version": "2.0.4",
"version": "2.1.0",
"description": "typescript library template",
"scripts": {
"preinstall": "npx only-allow pnpm",
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.5",
"version": "2.1.0",
"scripts": {
"dev": "pnpm build-bundle -w",
"build-bundle": "rimraf dist && rollup -c --configPlugin typescript",
Expand Down

0 comments on commit 52b4749

Please sign in to comment.