Skip to content

Commit

Permalink
chore(release): v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
about-code committed Dec 31, 2020
1 parent e2b3126 commit ab18b76
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit ab18b76

Please sign in to comment.