diff --git a/CHANGELOG.md b/CHANGELOG.md index 01eb66f9..9e45d905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +### [2.1.1](https://github.com/about-code/glossarify-md/compare/v2.1.0...v2.1.1) (2019-12-04) + +### Bug Fixes + +* In cases where the alias began with the term as a substring, then ocurrences of the alias were no longer linked. For example if the term is *Cat* and the alias is *Cats*, then occurrences of *Cats* were no longer linked to the glossary term *Cat*. ([#41](https://github.com/about-code/glossarify-md/issues/41)) ([4ace562](https://github.com/about-code/glossarify-md/commit/4ace562)) + ## [2.1.0](https://github.com/about-code/glossarify-md/compare/v2.0.0...v2.1.0) (2019-10-04) ### Features diff --git a/package-lock.json b/package-lock.json index 2180658d..b8f0d44d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "glossarify-md", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e1ff87b3..6da4bc45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glossarify-md", - "version": "2.1.0", + "version": "2.1.1", "description": "Scans markdown files for glossary terms and replaces each occurrence with a link to a glossary file.", "main": "lib/glossarify.js", "repository": {