From ee3a8ade25e73157158a4fd6d1fe5acad8c247e2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 20 May 2024 01:49:23 +0000 Subject: [PATCH] Release 1.9.0 [skip ci] ## [1.9.0](https://github.com/cnpm/unpkg-white-list/compare/v1.8.0...v1.9.0) (2024-05-20) ### Features * add [@electron](https://github.com/electron) scope ([#14](https://github.com/cnpm/unpkg-white-list/issues/14)) ([7892c28](https://github.com/cnpm/unpkg-white-list/commit/7892c28cf0287561a053712c12db1a5177e7ee1c)) * add [@gkd-kit](https://github.com/gkd-kit) scope ([#13](https://github.com/cnpm/unpkg-white-list/issues/13)) ([b00670b](https://github.com/cnpm/unpkg-white-list/commit/b00670b3401cac2fb138d9a5d2331850ab16cd72)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3c8853..19e55fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.9.0](https://github.com/cnpm/unpkg-white-list/compare/v1.8.0...v1.9.0) (2024-05-20) + + +### Features + +* add [@electron](https://github.com/electron) scope ([#14](https://github.com/cnpm/unpkg-white-list/issues/14)) ([7892c28](https://github.com/cnpm/unpkg-white-list/commit/7892c28cf0287561a053712c12db1a5177e7ee1c)) +* add [@gkd-kit](https://github.com/gkd-kit) scope ([#13](https://github.com/cnpm/unpkg-white-list/issues/13)) ([b00670b](https://github.com/cnpm/unpkg-white-list/commit/b00670b3401cac2fb138d9a5d2331850ab16cd72)) + ## [1.8.0](https://github.com/cnpm/unpkg-white-list/compare/v1.7.0...v1.8.0) (2024-05-19) diff --git a/package.json b/package.json index f7c0aa0..896beb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.8.0", + "version": "1.9.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [],