chore(release): v1.2.0 [skip ci]

# [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](0649c62685))
This commit is contained in:
semantic-release-bot 2022-02-16 15:09:39 +00:00
parent 0649c62685
commit 5c25b24720
3 changed files with 10 additions and 3 deletions

View file

@ -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)

4
package-lock.json generated
View file

@ -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",

View file

@ -1,6 +1,6 @@
{
"name": "mfgames-markdown-gemtext-cil",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"scripts": {
"prepare": "husky install"