Skip to content

Commit

Permalink
chore(release): v0.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
finxol committed Jan 25, 2025
1 parent 795cf71 commit f6e0673
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 1 deletion.
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <git@finxol.io>
- Colin Ozanne <git@finxol.io>

## 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 <git@finxol.io>
- Colin Ozanne <git@finxol.io>

## 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 <git@finxol.io>
- Colin Ozanne <git@finxol.io>

## v0.7.8

[compare changes](https://github.com/finxol/karr/compare/v0.7.7...v0.7.8)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "karr",
"version": "0.7.8",
"version": "0.7.11",
"private": true,
"repository": "https://github.com/finxol/karr",
"scripts": {
Expand Down

0 comments on commit f6e0673

Please sign in to comment.