From 53df9e79c3d5755972e997a0742bdd401d687a9c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 Jan 2024 21:47:49 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2024-01-23) ### Features * create component package ([#19](https://github.com/Kong/markdown/issues/19)) ([a55d63c](https://github.com/Kong/markdown/commit/a55d63cf07a41be8f088ba2acc4e3f44fe415c9d)), closes [#16](https://github.com/Kong/markdown/issues/16) * initial commit :rocket: ([8fe75b2](https://github.com/Kong/markdown/commit/8fe75b2d974aba055c7bdc726292616924a663b0)) * trigger release ([958b6f7](https://github.com/Kong/markdown/commit/958b6f7a2f5b065f3833cbdf19ec93a2c9bfbc53)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6495b1d3..4e240434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 1.0.0 (2024-01-23) + + +### Features + +* create component package ([#19](https://github.com/Kong/markdown/issues/19)) ([a55d63c](https://github.com/Kong/markdown/commit/a55d63cf07a41be8f088ba2acc4e3f44fe415c9d)), closes [#16](https://github.com/Kong/markdown/issues/16) +* initial commit :rocket: ([8fe75b2](https://github.com/Kong/markdown/commit/8fe75b2d974aba055c7bdc726292616924a663b0)) +* trigger release ([958b6f7](https://github.com/Kong/markdown/commit/958b6f7a2f5b065f3833cbdf19ec93a2c9bfbc53)) + # [1.0.0-alpha.39](https://github.com/Kong/markdown/compare/v1.0.0-alpha.38...v1.0.0-alpha.39) (2024-01-23) diff --git a/package.json b/package.json index b544ef0f..6a201d14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kong/markdown", - "version": "1.0.0-alpha.39", + "version": "1.0.0", "description": "Kong's open-source markdown renderer and live editor", "keywords": [ "markdown",