From a51f36b1a57811405b98b41bcb16dd65a3cecd83 Mon Sep 17 00:00:00 2001 From: hywax Date: Wed, 15 Nov 2023 00:55:05 +0500 Subject: [PATCH] Release 1.2.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d88fdb8..eba4915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## v1.2.0 + +- Disabling cron so it doesn't block the flow + ## v1.1.0 - Optimize runtime imports diff --git a/package.json b/package.json index ff9af7e..77d9901 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-cron", - "version": "1.1.0", + "version": "1.2.0", "description": "A Nuxt module for cron jobs in your app.", "repository": { "type": "git",