From 9ee93d16b1a5a7e828757600e26e107daf98dc71 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 Dec 2023 14:32:18 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.1 [skip ci] # 1.0.0-alpha.1 (2023-12-22) ### Features * create package ([#2](https://github.com/Kong/markdown/issues/2)) ([bb1bf35](https://github.com/Kong/markdown/commit/bb1bf357f1924413d92ca14f5e2f5c4bc15d43cb)) * initial commit :rocket: ([8fe75b2](https://github.com/Kong/markdown/commit/8fe75b2d974aba055c7bdc726292616924a663b0)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..4daacad7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# 1.0.0-alpha.1 (2023-12-22) + + +### Features + +* create package ([#2](https://github.com/Kong/markdown/issues/2)) ([bb1bf35](https://github.com/Kong/markdown/commit/bb1bf357f1924413d92ca14f5e2f5c4bc15d43cb)) +* initial commit :rocket: ([8fe75b2](https://github.com/Kong/markdown/commit/8fe75b2d974aba055c7bdc726292616924a663b0)) diff --git a/package.json b/package.json index 92861f0f..9a112857 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/markdown", - "version": "0.0.1", + "version": "1.0.0-alpha.1", "description": "Kong's open-source markdown renderer and live editor", "keywords": [ "markdown",