Skip to content

Commit

Permalink
chore(release): v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Jul 18, 2024
1 parent 1bb61bc commit c7353e7
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

All notable changes to this project will be documented in this file.

## v1.6.0

[compare changes](https://github.com/hywax/nuxt-cron/compare/v1.5.1...v1.6.0)

### 🚀 Enhancements

- Add support nuxt 4 ([#66](https://github.com/hywax/nuxt-cron/pull/66))

### 🩹 Fixes

- Correct summary ([#60](https://github.com/hywax/nuxt-cron/pull/60))
- Error build d.ts files ([31c3524](https://github.com/hywax/nuxt-cron/commit/31c3524))
- Types not resolving ([2947cf7](https://github.com/hywax/nuxt-cron/commit/2947cf7))

### 📖 Documentation

- Change brand soft color ([aaca982](https://github.com/hywax/nuxt-cron/commit/aaca982))
- Support nuxt version ([1bb61bc](https://github.com/hywax/nuxt-cron/commit/1bb61bc))

### 🏡 Chore

- Update CONTRIBUTORS ([a4ce3b2](https://github.com/hywax/nuxt-cron/commit/a4ce3b2))
- Update CONTRIBUTORS ([ec3711d](https://github.com/hywax/nuxt-cron/commit/ec3711d))
- Change typescript extends path ([02f49b3](https://github.com/hywax/nuxt-cron/commit/02f49b3))

### ❤️ Contributors

- Hywax ([@hywax](http://github.com/hywax))
- Jules Libert <[email protected]>
- Bot ([@hywax-assistant](http://github.com/hywax-assistant))
- Guillaume Bonnefoy ([@whiterqbbit](http://github.com/whiterqbbit))

## v1.5.1

[compare changes](https://github.com/hywax/nuxt-cron/compare/v1.5.0...v1.5.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt-cron",
"type": "module",
"version": "1.5.1",
"version": "1.6.0",
"description": "A Nuxt module for cron jobs in your app.",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit c7353e7

Please sign in to comment.