diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e9abe..d3c8853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.8.0](https://github.com/cnpm/unpkg-white-list/compare/v1.7.0...v1.8.0) (2024-05-19) + + +### Features + +* add [@chenyfan](https://github.com/chenyfan) ([#11](https://github.com/cnpm/unpkg-white-list/issues/11)) ([d668a0c](https://github.com/cnpm/unpkg-white-list/commit/d668a0cfab645e4f42891f2158ace54887e5a05a)) +* add maptalks ([#10](https://github.com/cnpm/unpkg-white-list/issues/10)) ([fb90c85](https://github.com/cnpm/unpkg-white-list/commit/fb90c8538e1925ee8b19b45efa6dafea5874b524)) +* add packages ([#12](https://github.com/cnpm/unpkg-white-list/issues/12)) ([47ca408](https://github.com/cnpm/unpkg-white-list/commit/47ca4085453dc4d0d83c181af2f4897892b27298)) + ## [1.7.0](https://github.com/cnpm/unpkg-white-list/compare/v1.6.0...v1.7.0) (2024-05-19) diff --git a/package.json b/package.json index 3731d3f..a32477d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.7.0", + "version": "1.8.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [], @@ -17595,4 +17595,4 @@ "version": "*" } } -} \ No newline at end of file +}