From 17c4ce2337a91a260d6ff5f23ec1e5963f4df006 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Jul 2024 13:23:58 +0000 Subject: [PATCH] Release 1.100.0 [skip ci] ## [1.100.0](https://github.com/cnpm/unpkg-white-list/compare/v1.99.0...v1.100.0) (2024-07-11) ### Features * add [@tyllllll](https://github.com/tyllllll) ([#201](https://github.com/cnpm/unpkg-white-list/issues/201)) ([dfdf4bc](https://github.com/cnpm/unpkg-white-list/commit/dfdf4bc4ac8dfe0f3fb589ebc485d35c57bd2e01)) * add @tiptap/extension-image, @tiptap/extension-link and cookie-es ([#202](https://github.com/cnpm/unpkg-white-list/issues/202)) ([6097cff](https://github.com/cnpm/unpkg-white-list/commit/6097cffdf5d360cb94e55685b9cffad362ee17d6)) --- CHANGELOG.md | 8 ++++++++ package.json | 10 +++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b16cb0..681822e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.100.0](https://github.com/cnpm/unpkg-white-list/compare/v1.99.0...v1.100.0) (2024-07-11) + + +### Features + +* add [@tyllllll](https://github.com/tyllllll) ([#201](https://github.com/cnpm/unpkg-white-list/issues/201)) ([dfdf4bc](https://github.com/cnpm/unpkg-white-list/commit/dfdf4bc4ac8dfe0f3fb589ebc485d35c57bd2e01)) +* add @tiptap/extension-image, @tiptap/extension-link and cookie-es ([#202](https://github.com/cnpm/unpkg-white-list/issues/202)) ([6097cff](https://github.com/cnpm/unpkg-white-list/commit/6097cffdf5d360cb94e55685b9cffad362ee17d6)) + ## [1.99.0](https://github.com/cnpm/unpkg-white-list/compare/v1.98.0...v1.99.0) (2024-07-09) diff --git a/package.json b/package.json index 45b9f78..4b7165e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.99.0", + "version": "1.100.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [], @@ -18396,13 +18396,13 @@ "@tiptap/starter-kit": { "version": "*" }, - "@tiptap/extension-image":{ + "@tiptap/extension-image": { "version": "*" }, - "@tiptap/extension-link":{ + "@tiptap/extension-link": { "version": "*" }, - "cookie-es":{ + "cookie-es": { "version": "*" }, "vue-flatpickr-component": { @@ -18415,4 +18415,4 @@ "version": "*" } } -} \ No newline at end of file +}