diff --git a/CHANGELOG.md b/CHANGELOG.md index f3e6086..a7c4ead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.36.0](https://github.com/cnpm/unpkg-white-list/compare/v1.35.0...v1.36.0) (2024-05-30) + + +### Features + +* add [@qse](https://github.com/qse) [@ironkinoko](https://github.com/ironkinoko) ([#64](https://github.com/cnpm/unpkg-white-list/issues/64)) ([abd5b7b](https://github.com/cnpm/unpkg-white-list/commit/abd5b7b2c2fc64ae5484ff3fce57158ca11d303a)) + ## [1.35.0](https://github.com/cnpm/unpkg-white-list/compare/v1.34.0...v1.35.0) (2024-05-29) diff --git a/package.json b/package.json index 557a0a2..c633b92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.35.0", + "version": "1.36.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [],