diff --git a/CHANGELOG.md b/CHANGELOG.md index c86aeec6..39d7cf05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.83.0](https://github.com/cnpm/unpkg-white-list/compare/v1.82.0...v1.83.0) (2024-06-20) + + +### Features + +* add webcola, cytoscape-cola ([#168](https://github.com/cnpm/unpkg-white-list/issues/168)) ([0d8ef02](https://github.com/cnpm/unpkg-white-list/commit/0d8ef02cef8bbb227e51909c9d8e9ad9344245c2)) + ## [1.82.0](https://github.com/cnpm/unpkg-white-list/compare/v1.81.0...v1.82.0) (2024-06-19) diff --git a/package.json b/package.json index 7fefc3f3..d25fbc61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.82.0", + "version": "1.83.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [], @@ -18179,11 +18179,11 @@ "roughjs": { "version": "*" }, - "webcola":{ - "version":"*" + "webcola": { + "version": "*" }, - "cytoscape-cola":{ - "version":"*" + "cytoscape-cola": { + "version": "*" } } }