From e65aed502228c81edf65c50e12f16df12eeb061d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 7 Feb 2025 13:43:34 +0000 Subject: [PATCH] Release 1.159.0 [skip ci] ## [1.159.0](https://github.com/cnpm/unpkg-white-list/compare/v1.158.0...v1.159.0) (2025-02-07) ### Features * add Pandown ([#338](https://github.com/cnpm/unpkg-white-list/issues/338)) ([fe96fd3](https://github.com/cnpm/unpkg-white-list/commit/fe96fd311d3cd245b746585fb9fb30e7a498752f)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f09fd45..f29387d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.159.0](https://github.com/cnpm/unpkg-white-list/compare/v1.158.0...v1.159.0) (2025-02-07) + + +### Features + +* add Pandown ([#338](https://github.com/cnpm/unpkg-white-list/issues/338)) ([fe96fd3](https://github.com/cnpm/unpkg-white-list/commit/fe96fd311d3cd245b746585fb9fb30e7a498752f)) + ## [1.158.0](https://github.com/cnpm/unpkg-white-list/compare/v1.157.0...v1.158.0) (2025-02-07) diff --git a/package-lock.json b/package-lock.json index 004b52d..e8cc7a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unpkg-white-list", - "version": "1.156.0", + "version": "1.159.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "unpkg-white-list", - "version": "1.156.0", + "version": "1.159.0", "license": "MIT", "devDependencies": { "eslint": "^9.12.0", diff --git a/package.json b/package.json index 10f3b5f..84a0f00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.158.0", + "version": "1.159.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [],