From fb1b7938b8aa1b557492ee56c8c1884a9b5c872b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 27 May 2024 14:30:13 +0000 Subject: [PATCH] Release 1.29.0 [skip ci] ## [1.29.0](https://github.com/cnpm/unpkg-white-list/compare/v1.28.0...v1.29.0) (2024-05-27) ### Features * add pyodide-files ([#55](https://github.com/cnpm/unpkg-white-list/issues/55)) ([9f3370e](https://github.com/cnpm/unpkg-white-list/commit/9f3370eaf22c8e2e68befac7bcd30dd0dc911411)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 213db24..3980608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.29.0](https://github.com/cnpm/unpkg-white-list/compare/v1.28.0...v1.29.0) (2024-05-27) + + +### Features + +* add pyodide-files ([#55](https://github.com/cnpm/unpkg-white-list/issues/55)) ([9f3370e](https://github.com/cnpm/unpkg-white-list/commit/9f3370eaf22c8e2e68befac7bcd30dd0dc911411)) + ## [1.28.0](https://github.com/cnpm/unpkg-white-list/compare/v1.27.0...v1.28.0) (2024-05-26) diff --git a/package.json b/package.json index 01a9e92..03f2afe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.28.0", + "version": "1.29.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [],