Skip to content

Commit f2ece0c

Browse files
2.1.0 [skip ci]
1 parent f0fb392 commit f2ece0c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes
22

3+
## [2.1.0](https://github.com/prantlf/karma-requirejs-esm-preprocessor/compare/v2.0.0...v2.1.0) (2025-12-07)
4+
5+
### Features
6+
7+
* Support transformation and updating hooks ([f0fb392](https://github.com/prantlf/karma-requirejs-esm-preprocessor/commit/f0fb392e0c9533c76077b4c9cfd03bd3b6671c2a))
8+
39
## [2.0.0](https://github.com/prantlf/karma-requirejs-esm-preprocessor/compare/v1.1.0...v2.0.0) (2025-11-09)
410

511
### Features

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-requirejs-esm-preprocessor",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Karma preprocessor for converting ES modules to AMD in RequireJS projects.",
55
"author": "Ferdinand Prantl <prantlf@gmail.com>",
66
"license": "MIT",
@@ -62,4 +62,4 @@
6262
"esm",
6363
"es6"
6464
]
65-
}
65+
}

0 commit comments

Comments
 (0)