Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.0.14...v4.0.0) (2024-07-29)

### Code Refactoring

* migrate to esm ([4e8bc12](4e8bc12))
* remove node-fetch dependency ([8113805](8113805))

### BREAKING CHANGES

* this requires using Node 18 or newer without the
--no-experimental-fetch flag.
* module is now ESM
  • Loading branch information
semantic-release-bot committed Jul 29, 2024
1 parent 7144b29 commit 663642c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [4.0.0](https://github.com/eik-lib/postcss-import-map/compare/v3.0.14...v4.0.0) (2024-07-29)


### Code Refactoring

* migrate to esm ([4e8bc12](https://github.com/eik-lib/postcss-import-map/commit/4e8bc1299323afb2ee7e74eb4d97d85869f5c904))
* remove node-fetch dependency ([8113805](https://github.com/eik-lib/postcss-import-map/commit/81138057c767bdecfeec96db017ddf25942e8458))


### BREAKING CHANGES

* this requires using Node 18 or newer without the
--no-experimental-fetch flag.
* module is now ESM

## [3.0.14](https://github.com/eik-lib/postcss-import-map/compare/v3.0.13...v3.0.14) (2024-03-06)


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/postcss-plugin",
"version": "3.0.14",
"version": "4.0.0",
"description": "PostCSS plugin that uses Eik defined import map files to transform bare import specifiers to absolute URLs in @import rules",
"main": "src/plugin.js",
"type": "module",
Expand Down

0 comments on commit 663642c

Please sign in to comment.