Skip to content

Commit 6376942

Browse files
committed
chore: release v2.0.0-beta.0
1 parent 9f65897 commit 6376942

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [2.0.0-beta.0](https://github.com/weiran-zsd/dts-cli/compare/v1.6.3...v2.0.0-beta.0) (2023-03-28)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
- upgrade storybook v7
6+
- upgrade to rollup v3
7+
- upgrade to jest v29
8+
- upgrade to jest v28
9+
- drop node v12/v13/v14/v15/v17 support
10+
11+
### Features
12+
13+
- drop node v12/v13/v14/v15/v17 support ([38fbed3](https://github.com/weiran-zsd/dts-cli/commit/38fbed3425a219330ec20f50ce2076ab49999e6c))
14+
- upgrade storybook v7 ([b8cb417](https://github.com/weiran-zsd/dts-cli/commit/b8cb41714cc43214fb53c68abd9aac7dd4acbbd2))
15+
- upgrade to jest v28 ([15e5452](https://github.com/weiran-zsd/dts-cli/commit/15e5452f570a79a3f6757a01b9bbfb083b636341))
16+
- upgrade to jest v29 ([aa9018b](https://github.com/weiran-zsd/dts-cli/commit/aa9018bfe30c4fb85b1a926879bfa5191636e8e9))
17+
- upgrade to rollup v3 ([92c1d0d](https://github.com/weiran-zsd/dts-cli/commit/92c1d0deceeff1843870da5642fb5b446118aabf))
18+
19+
### Bug Fixes
20+
21+
- multi-entries should startwith './' to avoid error ([3ed4ec1](https://github.com/weiran-zsd/dts-cli/commit/3ed4ec1cfeb9e161e5b2b2255b3527e89e45b9ad))
22+
- remove rollup-plugin-sourcemaps ([23dcdae](https://github.com/weiran-zsd/dts-cli/commit/23dcdae13ab495002671cc2d1038caee9260b464))
23+
124
### [1.6.3](https://github.com/weiran-zsd/dts-cli/compare/v1.6.2...v1.6.3) (2022-12-23)
225

326
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dts-cli",
3-
"version": "1.6.3",
3+
"version": "2.0.0-beta.0",
44
"author": "唯然<weiran.zsd@outlook.com>",
55
"description": "Zero-config TypeScript package development",
66
"license": "MIT",

0 commit comments

Comments
 (0)