From 776405054c6c9497108dc109e07f37b1f1106f8a Mon Sep 17 00:00:00 2001 From: kibi-bot Date: Thu, 31 Oct 2024 19:12:37 +0000 Subject: [PATCH] chore(release): 2.4.0 # [2.4.0](https://github.com/kibis-is/website/compare/v2.3.0...v2.4.0) (2024-10-31) ### Features * add apk release ([#65](https://github.com/kibis-is/website/issues/65)) ([f9ae8c2](https://github.com/kibis-is/website/commit/f9ae8c2631f799bf658b496d227f318c6f8df6c1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 469fba0..6e3235d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.4.0](https://github.com/kibis-is/website/compare/v2.3.0...v2.4.0) (2024-10-31) + + +### Features + +* add apk release ([#65](https://github.com/kibis-is/website/issues/65)) ([f9ae8c2](https://github.com/kibis-is/website/commit/f9ae8c2631f799bf658b496d227f318c6f8df6c1)) + # [2.3.0](https://github.com/kibis-is/website/compare/v2.2.0...v2.3.0) (2024-10-30) diff --git a/package.json b/package.json index dfe5cab..e918df7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kibis-is/website", - "version": "2.3.0", + "version": "2.4.0", "description": "The front facing website for the Kibisis wallet.", "repository": { "type": "git",