From 3e4c77da11b7315adce7404b51cfbbf7bd1d239f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 14:10:15 +0800 Subject: [PATCH] chore(main): release 1.42.0 (#355) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f307fd24..aa4829d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.42.0](https://github.com/gkd-kit/subscription/compare/v1.41.0...v1.42.0) (2023-09-25) + + +### Features + +* **懂车帝:** 升级弹窗 ([6484683](https://github.com/gkd-kit/subscription/commit/64846835710d59fd6c8f9c1f2d89d34b0d390636)) +* **懂车帝:** 首页推荐卡片广告 ([#140](https://github.com/gkd-kit/subscription/issues/140)) ([0d63f51](https://github.com/gkd-kit/subscription/commit/0d63f5128be6fcf64266d38dd034ebbdd43e7af7)) + ## [1.41.0](https://github.com/gkd-kit/subscription/compare/v1.40.2...v1.41.0) (2023-09-24) diff --git a/package.json b/package.json index dd35df93..813e0118 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gkd-kit/subscription", "type": "module", - "version": "1.41.0", + "version": "1.42.0", "main": "./dist/gkd.json", "unpkg": "./dist/gkd.json", "jsdelivr": "./dist/gkd.json",