From b79254cda46bbf5489b864368b689747c5a0933d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 18:54:34 +0300 Subject: [PATCH] chore(main): release kaizoku 1.6.0 (#76) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4a2f7e6..7deae33 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.1" + ".": "1.6.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e11da..6b1790c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.6.0](https://github.com/oae/kaizoku/compare/kaizoku-v1.5.1...kaizoku-v1.6.0) (2023-02-07) + + +### Features + +* add links to navbar history items ([67bb111](https://github.com/oae/kaizoku/commit/67bb111e77457dba768703ce36a4504936dfacc0)) + + +### Bug Fixes + +* use binary engine ([#75](https://github.com/oae/kaizoku/issues/75)) ([08662bb](https://github.com/oae/kaizoku/commit/08662bb72ffa75704d67a4a1aac1d2bd861341bc)) +* use smaller card and title ([9dc7536](https://github.com/oae/kaizoku/commit/9dc7536767e218803a6a78ca349eb9012be138d4)) + ## [1.5.1](https://github.com/oae/kaizoku/compare/kaizoku-v1.5.0...kaizoku-v1.5.1) (2023-02-01) diff --git a/package.json b/package.json index 275c886..076ea7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kaizoku", - "version": "1.5.1", + "version": "1.6.0", "author": "Alperen Elhan ", "private": true, "scripts": {