diff --git a/CHANGELOG.md b/CHANGELOG.md index a06e9157..f5c9498a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.40.0](https://github.com/gkd-kit/subscription/compare/v1.39.0...v1.40.0) (2023-09-23) + + +### Features + +* **微信:** 自动查看原图 ([#271](https://github.com/gkd-kit/subscription/issues/271)) ([3a4f449](https://github.com/gkd-kit/subscription/commit/3a4f4497439a6e899cc01ca3f4fca553075095a2)) + ## [1.39.0](https://github.com/gkd-kit/subscription/compare/v1.38.0...v1.39.0) (2023-09-23) diff --git a/package.json b/package.json index 76c85708..2265a015 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gkd-kit/subscription", "type": "module", - "version": "1.39.0", + "version": "1.40.0", "main": "./dist/gkd.json", "unpkg": "./dist/gkd.json", "jsdelivr": "./dist/gkd.json",