From 95a16dd3373eb39716395b54efee53ae47f29753 Mon Sep 17 00:00:00 2001 From: finxol Date: Wed, 29 Jan 2025 23:56:37 +0100 Subject: [PATCH] chore(release): v0.8.2 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42df170..236be37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v0.8.2 + +[compare changes](https://github.com/finxol/karr/compare/v0.8.0...v0.8.2) + +### 🚀 Enhancements + +- **i18n:** Integrate next-intl for internationalization + ([#22](https://github.com/finxol/karr/pull/22)) + +### 🏡 Chore + +- **release:** V0.8.1 ([252e574](https://github.com/finxol/karr/commit/252e574)) + +### ❤️ Contributors + +- Finxol +- Martin ([@KimBlazter](http://github.com/KimBlazter)) + ## v0.8.1 [compare changes](https://github.com/finxol/karr/compare/v0.8.0...v0.8.1) diff --git a/package.json b/package.json index a43129f..6c124e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karr", - "version": "0.8.1", + "version": "0.8.2", "private": true, "repository": "https://github.com/finxol/karr", "scripts": {