From e94bbbed41d36ee32b6671df1cf7c5bedd47b6e2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 16 Feb 2022 05:30:51 +0000 Subject: [PATCH] chore(release): v1.1.0 [skip ci] # [1.1.0](https://gitlab.com/mfgames-cil/mfgames-markdown-gemtext-cil/compare/v1.0.0...v1.1.0) (2022-02-16) ### Features * added table rendering ([6fac646](https://gitlab.com/mfgames-cil/mfgames-markdown-gemtext-cil/commit/6fac646f189fdcc061c868b99e4f1174c08033ec)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 10 ++++++++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8c506c..babe3df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://gitlab.com/mfgames-cil/mfgames-markdown-gemtext-cil/compare/v1.0.0...v1.1.0) (2022-02-16) + + +### Features + +* added table rendering ([6fac646](https://gitlab.com/mfgames-cil/mfgames-markdown-gemtext-cil/commit/6fac646f189fdcc061c868b99e4f1174c08033ec)) + # 1.0.0 (2021-09-07) diff --git a/package-lock.json b/package-lock.json index a278f96..fce4161 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,12 @@ { "name": "mfgames-markdown-gemtext-cil", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.0", + "name": "mfgames-markdown-gemtext-cil", + "version": "1.1.0", "devDependencies": { "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", @@ -5845,6 +5846,11 @@ "safer-buffer": "^2.0.2", "tweetnacl": "~0.14.0" }, + "bin": { + "sshpk-conv": "bin/sshpk-conv", + "sshpk-sign": "bin/sshpk-sign", + "sshpk-verify": "bin/sshpk-verify" + }, "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index b36d710..6217084 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mfgames-markdown-gemtext-cil", - "version": "1.0.0", + "version": "1.1.0", "private": true, "scripts": { "prepare": "husky install"