diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c8c506c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# 1.0.0 (2021-09-07) + + +### Bug Fixes + +* **test:** adding coverage test ([9250289](https://gitlab.com/mfgames-cil/mfgames-markdown-gemtext-cil/commit/925028984d782fc8f7a9a90812a6a57ae90cc617)) +* correcting references and NuGet metadata ([de17b4a](https://gitlab.com/mfgames-cil/mfgames-markdown-gemtext-cil/commit/de17b4a75b3eed733f36032365d0f21d6a02e955)) + + +### Features + +* initial commit ([9fe90f8](https://gitlab.com/mfgames-cil/mfgames-markdown-gemtext-cil/commit/9fe90f820c7333d5cbc9b74cb301e64849ec21ca)) diff --git a/package-lock.json b/package-lock.json index adf313c..a278f96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "gallium-cil", - "version": "1.0.1", + "name": "mfgames-markdown-gemtext-cil", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.1", + "version": "1.0.0", "devDependencies": { "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0",