From 26bd97ed065477dd94f371503ae5080a01da9949 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 18 May 2024 14:47:15 +0000 Subject: [PATCH] Release 1.5.0 [skip ci] ## [1.5.0](https://github.com/cnpm/unpkg-white-list/compare/v1.4.0...v1.5.0) (2024-05-18) ### Features * add [@opentiny](https://github.com/opentiny) white-list ([#7](https://github.com/cnpm/unpkg-white-list/issues/7)) ([b2f86ae](https://github.com/cnpm/unpkg-white-list/commit/b2f86ae04fe5d305ab8894d75373c70ca6faf0b3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ec35dd..c28e969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/cnpm/unpkg-white-list/compare/v1.4.0...v1.5.0) (2024-05-18) + + +### Features + +* add [@opentiny](https://github.com/opentiny) white-list ([#7](https://github.com/cnpm/unpkg-white-list/issues/7)) ([b2f86ae](https://github.com/cnpm/unpkg-white-list/commit/b2f86ae04fe5d305ab8894d75373c70ca6faf0b3)) + ## [1.4.0](https://github.com/cnpm/unpkg-white-list/compare/v1.3.0...v1.4.0) (2024-05-18) diff --git a/package.json b/package.json index a5089f6..a4db706 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.4.0", + "version": "1.5.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [],