diff --git a/CHANGELOG.md b/CHANGELOG.md index 908a6045..9ee18d5d 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. +## [6.2.0](https://github.com/about-code/glossarify-md/compare/v6.1.0...v6.2.0) (2022-04-10) + + +### Features + +* Path Rewrites. New option `linking.pathRewrites` ([#238](https://github.com/about-code/glossarify-md/issues/238)) ([e43284d](https://github.com/about-code/glossarify-md/commit/e43284de0ee884df669977615561b51269529dc6)) + ## [6.1.0](https://github.com/about-code/glossarify-md/compare/v6.0.1...v6.1.0) (2022-04-03) diff --git a/package-lock.json b/package-lock.json index 3a5aef36..131354e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "glossarify-md", - "version": "6.1.0", + "version": "6.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "6.1.0", + "version": "6.2.0", "license": "MIT", "dependencies": { "deepmerge": "^4.2.2", diff --git a/package.json b/package.json index 615609cb..d7d90078 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glossarify-md", - "version": "6.1.0", + "version": "6.2.0", "description": "Scans markdown files for glossary terms and replaces each occurrence with a link to a glossary file.", "author": { "name": "Andreas Martin"