diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2e6cc9f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +## [0.0.3](https://gitlab.com/mfgames-writing/markdowny/compare/v0.0.2...v0.0.3) (2018-08-11) + + +### Bug Fixes + +* added package management ([c7c8281](https://gitlab.com/mfgames-writing/markdowny/commit/c7c8281)) diff --git a/package-lock.json b/package-lock.json index ad366a3..ebccd8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "markdowny", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d79f601..44f9d09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdowny", - "version": "0.0.2", + "version": "0.0.3", "description": "A set of command-line tools for working with Markdown files with YAML headers.", "repository": { "type": "git",