From 143f7f7726d020aa6ecb520ab3f58b242f1222e2 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:20:26 +0800 Subject: [PATCH] chore(main): release 1.43.0 (#357) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa4829d8..941a308f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.43.0](https://github.com/gkd-kit/subscription/compare/v1.42.0...v1.43.0) (2023-09-25) + + +### Features + +* **Gspace:** youtube 播放视频跳过广告 ([#348](https://github.com/gkd-kit/subscription/issues/348)) ([83b2377](https://github.com/gkd-kit/subscription/commit/83b2377edd3a5b190e328d1d7f4d8b89453b118b)) +* **HMS Core:** 页面中间跳出广告 ([#347](https://github.com/gkd-kit/subscription/issues/347)) ([28f08c0](https://github.com/gkd-kit/subscription/commit/28f08c0cf7f7a01198ed35aa07b0786e34e283ba)) +* **哈工大:** 开屏页面 ([#352](https://github.com/gkd-kit/subscription/issues/352)) ([f313253](https://github.com/gkd-kit/subscription/commit/f3132536a6a59adaed2bae9b12fb71865367f0b2)) + ## [1.42.0](https://github.com/gkd-kit/subscription/compare/v1.41.0...v1.42.0) (2023-09-25) diff --git a/package.json b/package.json index 813e0118..cb96f562 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gkd-kit/subscription", "type": "module", - "version": "1.42.0", + "version": "1.43.0", "main": "./dist/gkd.json", "unpkg": "./dist/gkd.json", "jsdelivr": "./dist/gkd.json",