From b5da0d5f09563b67aa699c78d761d6cc25f490d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 13:22:52 +0800 Subject: [PATCH] chore(main): release 1.29.0 (#93) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ef58353..e1318b6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.29.0](https://github.com/gkd-kit/subscription/compare/v1.28.0...v1.29.0) (2023-09-16) + + +### Features + +* 懂球帝-广告弹窗 ([#85](https://github.com/gkd-kit/subscription/issues/85)) ([9724631](https://github.com/gkd-kit/subscription/commit/9724631c2c824925452a257263db92cf8e05d106)) +* **米家:** 米家智惠广告, 设备固件升级提示弹窗 ([#88](https://github.com/gkd-kit/subscription/issues/88)) ([7d9b2c5](https://github.com/gkd-kit/subscription/commit/7d9b2c5ef69a73facf71467f98e8ebd02a6b8136)) +* **网易新闻:** 开屏广告,版本更新弹窗,系统推送弹窗,系统推送提示信息,首页信息流广告 ([#92](https://github.com/gkd-kit/subscription/issues/92)) ([b8a0ebf](https://github.com/gkd-kit/subscription/commit/b8a0ebf35c643ff4e870490e77386006b617186e)) +* **美团:** 买菜活动弹窗,小调查弹窗,抽奖小广告 ([#87](https://github.com/gkd-kit/subscription/issues/87)) ([8da952c](https://github.com/gkd-kit/subscription/commit/8da952cc55cf7162cc9c976a1b7331005155f8e8)) + ## [1.28.0](https://github.com/gkd-kit/subscription/compare/v1.27.0...v1.28.0) (2023-09-15) diff --git a/package.json b/package.json index 5a152907..6f133e71 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gkd-kit/subscription", "type": "module", - "version": "1.28.0", + "version": "1.29.0", "main": "./dist/gkd.json", "unpkg": "./dist/gkd.json", "jsdelivr": "./dist/gkd.json",