From ab18b7625ed3bc5e4960ffef0cead71e233d1504 Mon Sep 17 00:00:00 2001 From: about-code <6525873+about-code@users.noreply.github.com> Date: Thu, 31 Dec 2020 10:47:31 +0100 Subject: [PATCH] chore(release): v5.0.0 --- CHANGELOG.md | 21 ++++++++++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72a6c83b..d16bea51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,26 @@ 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. -[CommonMark]: https://commonmark.org +## [5.0.0](https://github.com/about-code/glossarify-md/compare/v5.0.0-beta.0...v5.0.0) (2020-12-31) + + +### ⚠ BREAKING CHANGES + +* **NodeJS 10.x will no longer be supported** for glossarify-md versions `>= 5.0.0`. While `v5.0.0-alpha.*` and `v5.0.0-beta.0` have been continuously tested on NodeJS 10.x beginning with the release of gossarify-md v5 tests will target NodeJS 12.x (LTS), 14.x (LTS) and 15.x (Current), only. Updates to `glossarify-md >= 5.0.0` may break on NodeJS 10 without explictly notifying about a breaking change. +* File extension "mkdown" no longer supported. Aligning with GitHub-supported file extensions. + +### Features + +* New node support matrix ([#145](https://github.com/about-code/glossarify-md/issues/145)) ([07b95b0](https://github.com/about-code/glossarify-md/commit/07b95b05ab50bface1dc03855e6ec330f8945c54)) +* **cli:** New options `--new` and `--more` usable with `--init`. See [README.md](./README.md#Install) for details. ([02240d3](https://github.com/about-code/glossarify-md/commit/02240d34ae9a6da00cdb8c4bb30551440191d5fe)) +* **docs:** Demonstrate glossarify-md in the docs by generating ./doc/ from ./demo ([#143](https://github.com/about-code/glossarify-md/issues/143)) ([88a8b96](https://github.com/about-code/glossarify-md/commit/88a8b967f337224d31e3bfad44753a447fc633e7)) + + +### Bug Fixes + +* Default Config Values: 'outDir' being in default 'baseDir' ([ea0a144](https://github.com/about-code/glossarify-md/commit/ea0a1447bb9f9728e986a3a5ffc30111ac037dcb)) +* Wrong link to glossary definition in generated index file when `glossaries[i].file` config is a glob. ([4ada56f](https://github.com/about-code/glossarify-md/commit/4ada56ff5dbb9b1484af897e6d34ca3ecd25f549)), closes [#133](https://github.com/about-code/glossarify-md/issues/133) +* Use GitHub set of supported Markdown file extensions. ([745fd82](https://github.com/about-code/glossarify-md/commit/745fd82ae700ebaeae24fec2cd6c514f4ab59ab5)) ## [5.0.0-beta.0](https://github.com/about-code/glossarify-md/compare/v5.0.0-alpha.2...v5.0.0-beta.0) (2020-12-26) diff --git a/package-lock.json b/package-lock.json index a99a6655..15e55150 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "glossarify-md", - "version": "5.0.0-beta.0", + "version": "5.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5f7648f7..3a62fccb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glossarify-md", - "version": "5.0.0-beta.0", + "version": "5.0.0", "description": "Scans markdown files for glossary terms and replaces each occurrence with a link to a glossary file.", "author": { "name": "Andreas Martin"