Skip to content

Commit c7353e7

Browse files
author
hywax
committed
chore(release): v1.6.0
1 parent 1bb61bc commit c7353e7

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
22

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

5+
## v1.6.0
6+
7+
[compare changes](https://github.com/hywax/nuxt-cron/compare/v1.5.1...v1.6.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Add support nuxt 4 ([#66](https://github.com/hywax/nuxt-cron/pull/66))
12+
13+
### 🩹 Fixes
14+
15+
- Correct summary ([#60](https://github.com/hywax/nuxt-cron/pull/60))
16+
- Error build d.ts files ([31c3524](https://github.com/hywax/nuxt-cron/commit/31c3524))
17+
- Types not resolving ([2947cf7](https://github.com/hywax/nuxt-cron/commit/2947cf7))
18+
19+
### 📖 Documentation
20+
21+
- Change brand soft color ([aaca982](https://github.com/hywax/nuxt-cron/commit/aaca982))
22+
- Support nuxt version ([1bb61bc](https://github.com/hywax/nuxt-cron/commit/1bb61bc))
23+
24+
### 🏡 Chore
25+
26+
- Update CONTRIBUTORS ([a4ce3b2](https://github.com/hywax/nuxt-cron/commit/a4ce3b2))
27+
- Update CONTRIBUTORS ([ec3711d](https://github.com/hywax/nuxt-cron/commit/ec3711d))
28+
- Change typescript extends path ([02f49b3](https://github.com/hywax/nuxt-cron/commit/02f49b3))
29+
30+
### ❤️ Contributors
31+
32+
- Hywax ([@hywax](http://github.com/hywax))
33+
- Jules Libert <[email protected]>
34+
- Bot ([@hywax-assistant](http://github.com/hywax-assistant))
35+
- Guillaume Bonnefoy ([@whiterqbbit](http://github.com/whiterqbbit))
36+
537
## v1.5.1
638

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-cron",
33
"type": "module",
4-
"version": "1.5.1",
4+
"version": "1.6.0",
55
"description": "A Nuxt module for cron jobs in your app.",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)