Skip to content

Commit

Permalink
[chore] release 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Nov 10, 2022
1 parent 28795f1 commit 705ab1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# svelte-loader changelog

## 3.1.4

* Bump `loader-utils` dependency

## 3.1.3

* Prevent webpack process crashing on undefined dependencies ([#197](https://github.com/sveltejs/svelte-loader/issues/197))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-loader",
"version": "3.1.3",
"version": "3.1.4",
"author": "Nico Rehwaldt <git_nikku@nixis.de>",
"description": "A webpack loader for svelte",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"webpack-loader"
],
"dependencies": {
"loader-utils": "^2.0.0",
"loader-utils": "^2.0.3",
"svelte-dev-helper": "^1.1.9",
"svelte-hmr": "^0.14.2"
},
Expand Down

0 comments on commit 705ab1c

Please sign in to comment.