-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
hywax
committed
Dec 29, 2024
1 parent
fbb15f5
commit e67403e
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,36 @@ | |
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## v1.8.0 | ||
|
||
[compare changes](https://github.com/hywax/nuxt-cron/compare/v1.7.0...v1.8.0) | ||
|
||
### 🩹 Fixes | ||
|
||
- DefineNitroPlugin is undefined after build in nitro.mjs ([#94](https://github.com/hywax/nuxt-cron/pull/94)) | ||
|
||
### 💅 Refactors | ||
|
||
- ⚠️ Many minor corrections ([#86](https://github.com/hywax/nuxt-cron/pull/86)) | ||
|
||
### 📖 Documentation | ||
|
||
- Remove width on contributors ([fbb15f5](https://github.com/hywax/nuxt-cron/commit/fbb15f5)) | ||
|
||
### 🏡 Chore | ||
|
||
- Playground compatibility date ([fcbcd1a](https://github.com/hywax/nuxt-cron/commit/fcbcd1a)) | ||
|
||
#### ⚠️ Breaking Changes | ||
|
||
- ⚠️ Many minor corrections ([#86](https://github.com/hywax/nuxt-cron/pull/86)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Hywax ([@hywax](http://github.com/hywax)) | ||
- Bot ([@hywax-assistant](http://github.com/hywax-assistant)) | ||
- Joachim Bjørge <[email protected]> | ||
|
||
## v1.7.0 | ||
|
||
[compare changes](https://github.com/hywax/nuxt-cron/compare/v1.6.0...v1.7.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "nuxt-cron", | ||
"type": "module", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"packageManager": "[email protected]", | ||
"description": "A Nuxt module for cron jobs in your app.", | ||
"license": "MIT", | ||
|