Skip to content
This repository was archived by the owner on Sep 17, 2022. It is now read-only.

Commit 67a7c4f

Browse files
authored
patch release v3.0.1 (#7)
* patch release v3.0.1 * Fix repo link
1 parent 3e3e320 commit 67a7c4f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2+
## v3.0.1 (2021-10-31)
3+
4+
#### :bug: Bug Fixes
5+
* [#698](https://github.com/Demivan/fluent-vue/pull/698) Fix Webpack hot module replacement not working ([@Demivan](https://github.com/Demivan))
6+
7+
#### Committers: 1
8+
- Ivan Demchuk ([@Demivan](https://github.com/Demivan))
9+
110
## v3.0.0 (2021-06-12)
211

312
#### :tada: Stable release :tada:

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluent-vue-loader",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Webpack loader with custom block support for fluent-vue",
55
"keywords": [
66
"localization",
@@ -23,7 +23,7 @@
2323
"author": "Ivan Demchuk <[email protected]>",
2424
"repository": {
2525
"type": "git",
26-
"url": "https://github.com/Demivan/fluent-vue"
26+
"url": "https://github.com/fluent-vue/fluent-vue-loader"
2727
},
2828
"homepage": "https://fluent-vue.demivan.me/integrations/webpack.html",
2929
"license": "MIT",

0 commit comments

Comments
 (0)