From fdcdbaa5f00bfa74fc166bd79ca046e4672cc1d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Mon, 14 Feb 2022 10:53:16 +0800 Subject: [PATCH] chore: release v1.3.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 667db412a..942cfe949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index a85799bc3..357e17847 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dts-cli", - "version": "1.2.0", + "version": "1.3.0", "author": "唯然", "description": "Zero-config TypeScript package development", "license": "MIT",