From 1b214df23b28c3fa3ade4c87ea2dd6eba542dba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Wed, 6 Jul 2022 15:38:13 +0800 Subject: [PATCH] chore: release v1.5.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ac4912fc..7c6d92a3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### [1.5.2](https://github.com/weiran-zsd/dts-cli/compare/v1.5.1...v1.5.2) (2022-07-06) + +### Bug Fixes + +- **deps:** update all non-major dependencies ([#140](https://github.com/weiran-zsd/dts-cli/issues/140)) ([4d47de7](https://github.com/weiran-zsd/dts-cli/commit/4d47de7c45a16eee43502fe4c79a2524a147ec81)) +- **deps:** update all non-major dependencies ([#153](https://github.com/weiran-zsd/dts-cli/issues/153)) ([628d790](https://github.com/weiran-zsd/dts-cli/commit/628d790b403c44919acab32bc034d1b86992c175)) +- run `git init` when creating a new lib ([5b9aee7](https://github.com/weiran-zsd/dts-cli/commit/5b9aee76b5ac339aec5f0911f79357dbe6a8d589)) + ### [1.5.1](https://github.com/weiran-zsd/dts-cli/compare/v1.5.0...v1.5.1) (2022-04-21) ### Bug Fixes diff --git a/package.json b/package.json index f5c6ee77a..8c97ad905 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dts-cli", - "version": "1.5.1", + "version": "1.5.2", "author": "唯然", "description": "Zero-config TypeScript package development", "license": "MIT",