From cd6d3a87d0c4e57537faf183e4e86fc5025ba470 Mon Sep 17 00:00:00 2001 From: hywax Date: Mon, 7 Oct 2024 19:55:06 +0500 Subject: [PATCH] chore(release): v1.7.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b8c403..cdf8f63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## v1.7.0 + +[compare changes](https://github.com/hywax/nuxt-cron/compare/v1.6.0...v1.7.0) + +### 🏡 Chore + +- Update CONTRIBUTORS ([e3f5828](https://github.com/hywax/nuxt-cron/commit/e3f5828)) +- CompatibilityVersion on playground ([628f86b](https://github.com/hywax/nuxt-cron/commit/628f86b)) + +### ❤️ Contributors + +- Hywax ([@hywax](http://github.com/hywax)) +- Bot ([@hywax-assistant](http://github.com/hywax-assistant)) + ## v1.6.0 [compare changes](https://github.com/hywax/nuxt-cron/compare/v1.5.1...v1.6.0) diff --git a/package.json b/package.json index 50ecc0c..b59226f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-cron", "type": "module", - "version": "1.6.0", + "version": "1.7.0", "description": "A Nuxt module for cron jobs in your app.", "license": "MIT", "repository": {