From 774e75c6a4105f0b3b28c5e200b8db0886f58906 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 20:20:25 +0300 Subject: [PATCH] chore(main): release kaizoku 1.4.0 (#52) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0e5b256..3e9af1b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.1" + ".": "1.4.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8676c0d..31c99e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.4.0](https://github.com/oae/kaizoku/compare/kaizoku-v1.3.1...kaizoku-v1.4.0) (2023-01-07) + + +### Features + +* add refresh metadata button to cards ([cba8a74](https://github.com/oae/kaizoku/commit/cba8a74e9314b0b59d49196cd2ec97b30a9c0bc2)) + + +### Bug Fixes + +* show theme mode toggle shortcut ([f75c878](https://github.com/oae/kaizoku/commit/f75c8782572a1f19c3b5bb3a80935b4baeebd53b)) + ## [1.3.1](https://github.com/oae/kaizoku/compare/kaizoku-v1.3.0...kaizoku-v1.3.1) (2022-12-10) diff --git a/package.json b/package.json index 1466379..a0b2467 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kaizoku", - "version": "1.3.1", + "version": "1.4.0", "author": "Alperen Elhan ", "private": true, "scripts": {