We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3026ef2 commit 631e272Copy full SHA for 631e272
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.0.1](https://github.com/prantlf/karma-sourcemap-loader/compare/v1.0.0...v1.0.1) (2023-05-05)
2
+
3
4
+### Bug Fixes
5
6
+* Upgrade dependencies ([3026ef2](https://github.com/prantlf/karma-sourcemap-loader/commit/3026ef22ef416eb4689ad4d3de4742665bee9a36))
7
8
# 1.0.0 (2023-01-22)
9
10
Initial release of [this fork] of the [original project] with the following improvements:
package.json
@@ -1,6 +1,6 @@
{
"name": "@prantlf/karma-sourcemap-loader",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Karma plugin that locates and loads source maps, optionally updating source paths.",
"author": "Ferdinand Prantl <prantlf@gmail.com> (http://prantl.tk)",
"contributors": [
0 commit comments