From af92fc2d7bb3e1e3bcc9f8e91980eb3c775aaf0b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 26 Aug 2024 06:09:56 +0000 Subject: [PATCH] Release 1.116.0 [skip ci] ## [1.116.0](https://github.com/cnpm/unpkg-white-list/compare/v1.115.0...v1.116.0) (2024-08-26) ### Features * add eslint-plugin-gj-ts ([#259](https://github.com/cnpm/unpkg-white-list/issues/259)) ([6bc1d5a](https://github.com/cnpm/unpkg-white-list/commit/6bc1d5abb8085dfbd26d8cca73b2a30c54f3b290)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5adf6f4..da2e647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.116.0](https://github.com/cnpm/unpkg-white-list/compare/v1.115.0...v1.116.0) (2024-08-26) + + +### Features + +* add eslint-plugin-gj-ts ([#259](https://github.com/cnpm/unpkg-white-list/issues/259)) ([6bc1d5a](https://github.com/cnpm/unpkg-white-list/commit/6bc1d5abb8085dfbd26d8cca73b2a30c54f3b290)) + ## [1.115.0](https://github.com/cnpm/unpkg-white-list/compare/v1.114.0...v1.115.0) (2024-08-23) diff --git a/package.json b/package.json index 24da037..e675d3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unpkg-white-list", - "version": "1.115.0", + "version": "1.116.0", "description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题", "main": "index.js", "files": [], @@ -18571,4 +18571,4 @@ "version": "*" } } -} \ No newline at end of file +}