From 7fc2a9b7ec2d624b43fafb31060ecf1abc0d8d51 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 May 2024 09:57:38 +0000 Subject: [PATCH] Release 1.40.0 [skip ci] ## [1.40.0](https://github.com/cnpm/unpkg-white-list/compare/v1.39.0...v1.40.0) (2024-05-30) ### Features * add vue-echarts ([#69](https://github.com/cnpm/unpkg-white-list/issues/69)) ([2b648fb](https://github.com/cnpm/unpkg-white-list/commit/2b648fb9722c4995149ea10ebe925c305c28357d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d924f7..5f23671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.40.0](https://github.com/cnpm/unpkg-white-list/compare/v1.39.0...v1.40.0) (2024-05-30) + + +### Features + +* add vue-echarts ([#69](https://github.com/cnpm/unpkg-white-list/issues/69)) ([2b648fb](https://github.com/cnpm/unpkg-white-list/commit/2b648fb9722c4995149ea10ebe925c305c28357d)) + ## [1.39.0](https://github.com/cnpm/unpkg-white-list/compare/v1.38.0...v1.39.0) (2024-05-30) diff --git a/package.json b/package.json index 2ccdf75..a30c38d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.39.0", + "version": "1.40.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [],