Skip to content

Commit f17c7fb

Browse files
chore(release): 5.0.0 [skip ci]
# [5.0.0](v4.0.6...v5.0.0) (2025-05-08) ### Bug Fixes * update eik/common for shared map fetcher ([#485](#485)) ([ce6c67a](ce6c67a)) ### BREAKING CHANGES * Drop support for Node 18.
1 parent 972a39f commit f17c7fb

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [5.0.0](https://github.com/eik-lib/postcss-plugin/compare/v4.0.6...v5.0.0) (2025-05-08)
2+
3+
4+
### Bug Fixes
5+
6+
* update eik/common for shared map fetcher ([#485](https://github.com/eik-lib/postcss-plugin/issues/485)) ([ce6c67a](https://github.com/eik-lib/postcss-plugin/commit/ce6c67af24c17f4429f0695e949226c17db8f66f))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Drop support for Node 18.
12+
113
## [4.0.6](https://github.com/eik-lib/postcss-import-map/compare/v4.0.5...v4.0.6) (2024-08-16)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eik/postcss-plugin",
3-
"version": "4.0.6",
3+
"version": "5.0.0",
44
"description": "PostCSS plugin that uses Eik defined import map files to transform bare import specifiers to absolute URLs in @import rules",
55
"main": "src/plugin.js",
66
"types": "./types/plugin.d.ts",

0 commit comments

Comments
 (0)