From 26a5feb54690a371a8aea8621ab5cca37fb5595d Mon Sep 17 00:00:00 2001 From: about-code <6525873+about-code@users.noreply.github.com> Date: Sun, 18 Oct 2020 19:51:07 +0200 Subject: [PATCH] chore(release): v4.0.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b0e9b01..f92d8427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [4.0.1](https://github.com/about-code/glossarify-md/compare/v4.0.0...v4.0.1) (2020-10-18) + + +### Bug Fixes + +* --force-Flag not working ([#103](https://github.com/about-code/glossarify-md/issues/103)) ([5084d36](https://github.com/about-code/glossarify-md/commit/5084d36b263b0a8f168aaf35be357bc2d05af79a)) + ## [4.0.0](https://github.com/about-code/glossarify-md/compare/v3.6.5...v4.0.0) (2020-09-26) diff --git a/package-lock.json b/package-lock.json index 9d07e368..fd808858 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "glossarify-md", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1bf5c000..a04c9a0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glossarify-md", - "version": "4.0.0", + "version": "4.0.1", "description": "Scans markdown files for glossary terms and replaces each occurrence with a link to a glossary file.", "author": { "name": "Andreas Martin"