From f6e067350ce0fa41e6bfab339946f743ecdfa6cd Mon Sep 17 00:00:00 2001 From: finxol Date: Sat, 25 Jan 2025 15:22:59 +0100 Subject: [PATCH] chore(release): v0.7.11 --- CHANGELOG.md | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 70 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b52f112..d6c55e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,74 @@ # Changelog +## v0.7.11 + +[compare changes](https://github.com/finxol/karr/compare/v0.7.8...v0.7.11) + +### 🩹 Fixes + +- **trips:** New trip schema validation ([#14](https://github.com/finxol/karr/pull/14)) + +### 💅 Refactors + +- **husky:** Only allow release commit to main + ([e7f3f34](https://github.com/finxol/karr/commit/e7f3f34)) + +### 🏡 Chore + +- **husky:** Allow release commit only on main + ([795cf71](https://github.com/finxol/karr/commit/795cf71)) + +### ❤️ Contributors + +- Finxol +- Colin Ozanne + +## v0.7.10 + +[compare changes](https://github.com/finxol/karr/compare/v0.7.8...v0.7.10) + +### 🩹 Fixes + +- **trips:** New trip schema validation ([#14](https://github.com/finxol/karr/pull/14)) + +### 💅 Refactors + +- **husky:** Only allow release commit to main + ([e7f3f34](https://github.com/finxol/karr/commit/e7f3f34)) + +### 🏡 Chore + +- **husky:** Allow release commit only on main + ([795cf71](https://github.com/finxol/karr/commit/795cf71)) + +### ❤️ Contributors + +- Finxol +- Colin Ozanne + +## v0.7.9 + +[compare changes](https://github.com/finxol/karr/compare/v0.7.8...v0.7.9) + +### 🩹 Fixes + +- **trips:** New trip schema validation ([#14](https://github.com/finxol/karr/pull/14)) + +### 💅 Refactors + +- **husky:** Only allow release commit to main + ([e7f3f34](https://github.com/finxol/karr/commit/e7f3f34)) + +### 🏡 Chore + +- **husky:** Allow release commit only on main + ([795cf71](https://github.com/finxol/karr/commit/795cf71)) + +### ❤️ Contributors + +- Finxol +- Colin Ozanne + ## v0.7.8 [compare changes](https://github.com/finxol/karr/compare/v0.7.7...v0.7.8) diff --git a/package.json b/package.json index 12485ad..6e6f924 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "karr", - "version": "0.7.8", + "version": "0.7.11", "private": true, "repository": "https://github.com/finxol/karr", "scripts": {