diff --git a/CHANGELOG.md b/CHANGELOG.md index f5ddbdbd..3bf945b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,35 +1,26 @@ # Changelog 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) diff --git a/package-lock.json b/package-lock.json index cdbeaaad..ca7148eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "glossarify-md", - "version": "1.1.3", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f55c5a4e..eaa275ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glossarify-md", - "version": "1.1.3", + "version": "2.0.0", "description": "Scans markdown files for glossary terms and replaces each occurrence with a link to a glossary file.", "main": "lib/glossarify.js", "repository": {