Skip to content

Commit 4ef6073

Browse files
chore(release): 3.0.2 [skip ci]
## [3.0.2](v3.0.1...v3.0.2) (2025-06-09) ### Bug Fixes * **deps:** update dependency @eik/common to v5.1.2 ([#174](#174)) ([9b93e93](9b93e93))
1 parent 9b93e93 commit 4ef6073

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+
## [3.0.2](https://github.com/eik-lib/webpack-plugin/compare/v3.0.1...v3.0.2) (2025-06-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** update dependency @eik/common to v5.1.2 ([#174](https://github.com/eik-lib/webpack-plugin/issues/174)) ([9b93e93](https://github.com/eik-lib/webpack-plugin/commit/9b93e939a96fe982f0742e1993c4b57584a476df))
7+
18
## [3.0.1](https://github.com/eik-lib/webpack-plugin/compare/v3.0.0...v3.0.1) (2025-05-26)
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/webpack-plugin",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "WebPack plugin for loading import maps from an Eik server and applying the mapping to ECMAScript modules in preparation for upload to the same server.",
55
"type": "module",
66
"main": "./src/loader.js",

0 commit comments

Comments
 (0)