Skip to content

Commit fdcdbaa

Browse files
committed
chore: release v1.3.0
1 parent af7c1cc commit fdcdbaa

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.3.0](https://github.com/weiran-zsd/dts-cli/compare/v1.2.0...v1.3.0) (2022-02-14)
2+
3+
### Features
4+
5+
- add support for dts.config.ts ([#132](https://github.com/weiran-zsd/dts-cli/issues/132)) ([a5b4365](https://github.com/weiran-zsd/dts-cli/commit/a5b4365301eb092c756c93f1155daf4a8e5ced22)), closes [#128](https://github.com/weiran-zsd/dts-cli/issues/128)
6+
7+
### Bug Fixes
8+
9+
- **deps:** update all non-major dependencies ([#125](https://github.com/weiran-zsd/dts-cli/issues/125)) ([e427ac8](https://github.com/weiran-zsd/dts-cli/commit/e427ac855fb075d300341a62ddfea63f892aef38))
10+
- **deps:** update dependency eslint-plugin-jest to v26 ([#130](https://github.com/weiran-zsd/dts-cli/issues/130)) ([af7c1cc](https://github.com/weiran-zsd/dts-cli/commit/af7c1cc4584b0c0f87c75b24b0c880f5628dbb5f))
11+
- rm reuqire.resolve('babel-jest') ([4768b77](https://github.com/weiran-zsd/dts-cli/commit/4768b77c0ad1e04e4d9e36d0b3e831a3f56be5a6))
12+
113
## [1.2.0](https://github.com/weiran-zsd/dts-cli/compare/v1.1.6...v1.2.0) (2022-01-19)
214

315
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dts-cli",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"author": "唯然<weiran.zsd@outlook.com>",
55
"description": "Zero-config TypeScript package development",
66
"license": "MIT",

0 commit comments

Comments
 (0)