diff --git a/CHANGELOG.md b/CHANGELOG.md index babe3df..4464f02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://gitlab.com/mfgames-cil/mfgames-markdown-gemtext-cil/compare/v1.1.0...v1.2.0) (2022-02-16) + + +### Features + +* added the abilty to add or remove the preformat block around tables ([0649c62](https://gitlab.com/mfgames-cil/mfgames-markdown-gemtext-cil/commit/0649c62685f16258daeba9450e0a09bcbe1352c0)) + # [1.1.0](https://gitlab.com/mfgames-cil/mfgames-markdown-gemtext-cil/compare/v1.0.0...v1.1.0) (2022-02-16) diff --git a/package-lock.json b/package-lock.json index fce4161..2306958 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mfgames-markdown-gemtext-cil", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mfgames-markdown-gemtext-cil", - "version": "1.1.0", + "version": "1.2.0", "devDependencies": { "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", diff --git a/package.json b/package.json index 6217084..13a0be1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mfgames-markdown-gemtext-cil", - "version": "1.1.0", + "version": "1.2.0", "private": true, "scripts": { "prepare": "husky install"