From 5699db81da83ef2f3c275613f96cda1144654e6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 23:25:38 +0800 Subject: [PATCH] chore(main): release 1.15.0 (#49) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 340799f6..57649f2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.15.0](https://github.com/gkd-kit/subscription/compare/v1.14.0...v1.15.0) (2023-09-07) + + +### Features + +* **豆瓣:** 影评广告卡片 ([1adfa8f](https://github.com/gkd-kit/subscription/commit/1adfa8f91d3916955d8fa3973ee2f699c6c2e1a1)) + + +### Performance Improvements + +* **豆瓣:** 自动选择不感兴趣弹窗, (默认禁用)信息流广告 ([04b07a8](https://github.com/gkd-kit/subscription/commit/04b07a8f3f896f73bbec0384b0fce7ab24ed4ed5)) + ## [1.14.0](https://github.com/gkd-kit/subscription/compare/v1.13.0...v1.14.0) (2023-09-07) diff --git a/package.json b/package.json index d2bce610..23935d06 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gkd-kit/subscription", "type": "module", - "version": "1.14.0", + "version": "1.15.0", "main": "./dist/gkd.json", "unpkg": "./dist/gkd.json", "jsdelivr": "./dist/gkd.json",