Skip to content

Commit

Permalink
chore: release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Feb 14, 2022
1 parent af7c1cc commit fdcdbaa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.3.0](https://github.com/weiran-zsd/dts-cli/compare/v1.2.0...v1.3.0) (2022-02-14)

### Features

- 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)

### Bug Fixes

- **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))
- **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))
- rm reuqire.resolve('babel-jest') ([4768b77](https://github.com/weiran-zsd/dts-cli/commit/4768b77c0ad1e04e4d9e36d0b3e831a3f56be5a6))

## [1.2.0](https://github.com/weiran-zsd/dts-cli/compare/v1.1.6...v1.2.0) (2022-01-19)

### Features
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.2.0",
"version": "1.3.0",
"author": "唯然<[email protected]>",
"description": "Zero-config TypeScript package development",
"license": "MIT",
Expand Down

0 comments on commit fdcdbaa

Please sign in to comment.