Skip to content

Commit 95c95b7

Browse files
chore(release): 1.1.52 [skip ci]
## [1.1.52](v1.1.51...v1.1.52) (2025-03-25) ### Bug Fixes * regression in fetching aliased import maps ([4a49aed](4a49aed))
1 parent 4a49aed commit 95c95b7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.52](https://github.com/eik-lib/esbuild-plugin/compare/v1.1.51...v1.1.52) (2025-03-25)
2+
3+
4+
### Bug Fixes
5+
6+
* regression in fetching aliased import maps ([4a49aed](https://github.com/eik-lib/esbuild-plugin/commit/4a49aed9dbd9575e0335bc1e14a6e838ae23d64b))
7+
18
## [1.1.51](https://github.com/eik-lib/esbuild-plugin/compare/v1.1.50...v1.1.51) (2025-03-24)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eik/esbuild-plugin",
3-
"version": "1.1.51",
3+
"version": "1.1.52",
44
"description": "esbuild plugin for loading import maps from a Eik server and applying the mapping to ECMAScript modules in preparation for upload to the same server.",
55
"type": "module",
66
"main": "./src/plugin.js",

0 commit comments

Comments
 (0)