From af6b74a2ab6272ae1d9f09533899c68c7ab928c8 Mon Sep 17 00:00:00 2001 From: Nico Bachner Date: Fri, 11 Jun 2021 22:50:41 +0200 Subject: [PATCH] chore(release): 0.5.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fd4175..6f07a6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.5.0](https://github.com/nico-bachner/slidev-theme-geist/compare/v0.4.0...v0.5.0) (2021-06-11) + + +### Features + +* **components:** added KBD (keyboard) component ([8c461f3](https://github.com/nico-bachner/slidev-theme-geist/commit/8c461f35923fac8a6142040a8af36acfac798aa2)) + + +### Bug Fixes + +* **components:** add scoped styles for Note ([51d4573](https://github.com/nico-bachner/slidev-theme-geist/commit/51d457376a92a9a07c7ced6a735d73f3870e15a0)) +* **components:** fix styling for kbd component ([902ff01](https://github.com/nico-bachner/slidev-theme-geist/commit/902ff01814fc37128b8ba27f6bc649815a6476f6)) +* **components:** fix styling for Note component ([aded0fd](https://github.com/nico-bachner/slidev-theme-geist/commit/aded0fd0d50f288553b0e1df77ff1aff45e215f2)) + ## 0.4.0 (2021-05-14) diff --git a/package.json b/package.json index 4e8d6a3..6735dd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slidev-theme-geist", - "version": "0.4.0", + "version": "0.5.0", "homepage": "https://github.com/nico-bachner/slidev-theme-geist#readme", "bugs": { "url": "https://github.com/nico-bachner/slidev-theme-geist/issues"