From c7353e7b8a7d873e39dd703224285ba4714a2d3b Mon Sep 17 00:00:00 2001 From: hywax Date: Thu, 18 Jul 2024 16:51:41 +0500 Subject: [PATCH] chore(release): v1.6.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30459b7..1b8c403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +- 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) diff --git a/package.json b/package.json index 9dc2c23..fd31ed3 100644 --- a/package.json +++ b/package.json @@ -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": {