From c224039257e2e443181d3f00bfdcd4314f4ff22d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Sep 2021 05:08:00 +0000 Subject: [PATCH] chore(release): v1.0.0 # 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)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 6 +++--- 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md 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",