From 67a7c4f1e02e2c5c5f6a529a8e2928af0dd0062e Mon Sep 17 00:00:00 2001 From: Ivan Demchuk Date: Sun, 31 Oct 2021 10:08:20 +0200 Subject: [PATCH] patch release v3.0.1 (#7) * patch release v3.0.1 * Fix repo link --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7626762..4276836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +## v3.0.1 (2021-10-31) + +#### :bug: Bug Fixes +* [#698](https://github.com/Demivan/fluent-vue/pull/698) Fix Webpack hot module replacement not working ([@Demivan](https://github.com/Demivan)) + +#### Committers: 1 +- Ivan Demchuk ([@Demivan](https://github.com/Demivan)) + ## v3.0.0 (2021-06-12) #### :tada: Stable release :tada: diff --git a/package.json b/package.json index d37cf67..59fdcb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fluent-vue-loader", - "version": "3.0.0", + "version": "3.0.1", "description": "Webpack loader with custom block support for fluent-vue", "keywords": [ "localization", @@ -23,7 +23,7 @@ "author": "Ivan Demchuk ", "repository": { "type": "git", - "url": "https://github.com/Demivan/fluent-vue" + "url": "https://github.com/fluent-vue/fluent-vue-loader" }, "homepage": "https://fluent-vue.demivan.me/integrations/webpack.html", "license": "MIT",