diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d31dae6..c7898358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. +### [1.1.3](https://github.com/about-code/glossarify-md/compare/v1.1.2...v1.1.3) (2019-09-26) + + +### Bug Fixes + +* Aliases: Trailing comma causes infinite loop with out-of-memory failure ([#26](https://github.com/about-code/glossarify-md/issues/26)). ([d5ddd5b](https://github.com/about-code/glossarify-md/commit/d5ddd5b)) + + +### Documentation Updates + +* **CONTRIBUTING.md:** Using glossarify-md debug config and experimental debugging ([7c47169](https://github.com/about-code/glossarify-md/commit/7c47169)) +* **README.md:** Update sample. Fix wrong default value for 'baseDir'. ([7959d80](https://github.com/about-code/glossarify-md/commit/7959d80)) + ### [1.1.2](https://github.com/about-code/glossarify-md/compare/v1.1.1...v1.1.2) (2019-09-25) diff --git a/package-lock.json b/package-lock.json index 949bf478..cdbeaaad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "glossarify-md", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 81a1b9dd..a7d31f8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glossarify-md", - "version": "1.1.2", + "version": "1.1.3", "description": "Scans markdown files for glossary terms and replaces each occurrence with a link to a glossary file.", "main": "lib/glossarify.js", "repository": {