diff --git a/CHANGELOG.md b/CHANGELOG.md index cdf8f63..5b14294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + ## v1.7.0 [compare changes](https://github.com/hywax/nuxt-cron/compare/v1.6.0...v1.7.0) diff --git a/package.json b/package.json index 005bd11..00ec65c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-cron", "type": "module", - "version": "1.7.0", + "version": "1.8.0", "packageManager": "pnpm@9.15.1", "description": "A Nuxt module for cron jobs in your app.", "license": "MIT",