Skip to content

Commit

Permalink
chore: release v2.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Mar 28, 2023
1 parent 9f65897 commit 6376942
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [2.0.0-beta.0](https://github.com/weiran-zsd/dts-cli/compare/v1.6.3...v2.0.0-beta.0) (2023-03-28)

### ⚠ BREAKING CHANGES

- upgrade storybook v7
- upgrade to rollup v3
- upgrade to jest v29
- upgrade to jest v28
- drop node v12/v13/v14/v15/v17 support

### Features

- drop node v12/v13/v14/v15/v17 support ([38fbed3](https://github.com/weiran-zsd/dts-cli/commit/38fbed3425a219330ec20f50ce2076ab49999e6c))
- upgrade storybook v7 ([b8cb417](https://github.com/weiran-zsd/dts-cli/commit/b8cb41714cc43214fb53c68abd9aac7dd4acbbd2))
- upgrade to jest v28 ([15e5452](https://github.com/weiran-zsd/dts-cli/commit/15e5452f570a79a3f6757a01b9bbfb083b636341))
- upgrade to jest v29 ([aa9018b](https://github.com/weiran-zsd/dts-cli/commit/aa9018bfe30c4fb85b1a926879bfa5191636e8e9))
- upgrade to rollup v3 ([92c1d0d](https://github.com/weiran-zsd/dts-cli/commit/92c1d0deceeff1843870da5642fb5b446118aabf))

### Bug Fixes

- multi-entries should startwith './' to avoid error ([3ed4ec1](https://github.com/weiran-zsd/dts-cli/commit/3ed4ec1cfeb9e161e5b2b2255b3527e89e45b9ad))
- remove rollup-plugin-sourcemaps ([23dcdae](https://github.com/weiran-zsd/dts-cli/commit/23dcdae13ab495002671cc2d1038caee9260b464))

### [1.6.3](https://github.com/weiran-zsd/dts-cli/compare/v1.6.2...v1.6.3) (2022-12-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dts-cli",
"version": "1.6.3",
"version": "2.0.0-beta.0",
"author": "唯然<[email protected]>",
"description": "Zero-config TypeScript package development",
"license": "MIT",
Expand Down

0 comments on commit 6376942

Please sign in to comment.