Skip to content

Commit

Permalink
Release 1.59.0
Browse files Browse the repository at this point in the history
[skip ci]

## [1.59.0](v1.58.0...v1.59.0) (2024-06-04)

### Features

* add es-module-shims ([#122](#122)) ([cfdce21](cfdce21))
  • Loading branch information
semantic-release-bot committed Jun 4, 2024
1 parent cfdce21 commit 6157c72
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.59.0](https://github.com/cnpm/unpkg-white-list/compare/v1.58.0...v1.59.0) (2024-06-04)


### Features

* add es-module-shims ([#122](https://github.com/cnpm/unpkg-white-list/issues/122)) ([cfdce21](https://github.com/cnpm/unpkg-white-list/commit/cfdce21f52bd8c337ea1d6a76c418bbb447c8060))

## [1.58.0](https://github.com/cnpm/unpkg-white-list/compare/v1.57.0...v1.58.0) (2024-06-04)


Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unpkg-white-list",
"version": "1.58.0",
"version": "1.59.0",
"description": "npmmirror 允许开启 unpkg 功能的白名单列表,避免 https://x.com/fengmk2/status/1791498406923215020 类似问题",
"main": "index.js",
"files": [],
Expand Down Expand Up @@ -17963,11 +17963,11 @@
"version": "*"
},
"playcanvas": {
"version": "*"
"version": "*"
},
"chevrotain": {
"version": "*"
},
},
"@popperjs/core": {
"version": "2.11.8"
},
Expand All @@ -17989,8 +17989,8 @@
"artplayer-plugin-danmuku": {
"version": "*"
},
"es-module-shims":{
"version":"*"
"es-module-shims": {
"version": "*"
}
}
}

0 comments on commit 6157c72

Please sign in to comment.