Skip to content

Commit

Permalink
chore(release): 4.0.60 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.60](v4.0.59...v4.0.60) (2023-12-04)

### Bug Fixes

* **deps:** update dependency undici to v5.28.2 ([574c788](574c788))
  • Loading branch information
semantic-release-bot committed Dec 4, 2023
1 parent 574c788 commit b0b1bef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.0.60](https://github.com/eik-lib/rollup-plugin/compare/v4.0.59...v4.0.60) (2023-12-04)


### Bug Fixes

* **deps:** update dependency undici to v5.28.2 ([574c788](https://github.com/eik-lib/rollup-plugin/commit/574c7880f1e34ebece78e650cec25bfa16e2b54f))

## [4.0.59](https://github.com/eik-lib/rollup-plugin/compare/v4.0.58...v4.0.59) (2023-11-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eik/rollup-plugin",
"version": "4.0.59",
"version": "4.0.60",
"description": "Rollup plugin for loading import maps from a Eik server and applying the mapping to ECMAScript modules in preparation for upload to the same server.",
"type": "module",
"main": "./dist/plugin.cjs",
Expand Down

0 comments on commit b0b1bef

Please sign in to comment.