From 4e86f1fa625917435702109bdae602e69f62c946 Mon Sep 17 00:00:00 2001 From: hywax Date: Sat, 23 Mar 2024 01:55:21 +0500 Subject: [PATCH] chore(release): v1.5.0 --- CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 44 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 327a547..03b2bd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,48 @@ All notable changes to this project will be documented in this file. +## v1.5.0 + +[compare changes](https://github.com/hywax/nuxt-cron/compare/v1.4.6...v1.5.0) + +### 📖 Documentation + +- Code of conduct ([ccca4b8](https://github.com/hywax/nuxt-cron/commit/ccca4b8)) +- Contributing ([beabf0e](https://github.com/hywax/nuxt-cron/commit/beabf0e)) +- Async example ([403e8f7](https://github.com/hywax/nuxt-cron/commit/403e8f7)) +- Community section ([0e4483f](https://github.com/hywax/nuxt-cron/commit/0e4483f)) +- Ignore dead links ([7f40046](https://github.com/hywax/nuxt-cron/commit/7f40046)) + +### 🏡 Chore + +- Extended CronTick returnable type ([3b1597e](https://github.com/hywax/nuxt-cron/commit/3b1597e)) +- **issue template:** Bug ([c438ede](https://github.com/hywax/nuxt-cron/commit/c438ede)) +- **issue template:** Feature request ([bf59eca](https://github.com/hywax/nuxt-cron/commit/bf59eca)) +- **issue template:** Question ([b5d8e01](https://github.com/hywax/nuxt-cron/commit/b5d8e01)) +- Feature pull request template ([6ab2baa](https://github.com/hywax/nuxt-cron/commit/6ab2baa)) +- Support commit conventional ([c369174](https://github.com/hywax/nuxt-cron/commit/c369174)) +- Ignore .github folder ([580ab88](https://github.com/hywax/nuxt-cron/commit/580ab88)) +- Editor configuration ([8904c32](https://github.com/hywax/nuxt-cron/commit/8904c32)) +- Support release changelogen ([1f58f8e](https://github.com/hywax/nuxt-cron/commit/1f58f8e)) +- Husky hooks ([782d126](https://github.com/hywax/nuxt-cron/commit/782d126)) +- Remove simple-git-hooks ([71e88c0](https://github.com/hywax/nuxt-cron/commit/71e88c0)) +- Git hooks ([0db5583](https://github.com/hywax/nuxt-cron/commit/0db5583)) +- Typecheck script ([b7abf1d](https://github.com/hywax/nuxt-cron/commit/b7abf1d)) +- Update eslint config ([215100f](https://github.com/hywax/nuxt-cron/commit/215100f)) +- Nuxi upgrade ([ce0267e](https://github.com/hywax/nuxt-cron/commit/ce0267e)) +- Rename package playground ([1cfa230](https://github.com/hywax/nuxt-cron/commit/1cfa230)) + +### 🤖 CI + +- Update ci plan ([19c509f](https://github.com/hywax/nuxt-cron/commit/19c509f)) +- Welcome plan ([5f311a1](https://github.com/hywax/nuxt-cron/commit/5f311a1)) +- Credits plan ([ef483b0](https://github.com/hywax/nuxt-cron/commit/ef483b0)) +- Optimize docs deploy ([a53ffda](https://github.com/hywax/nuxt-cron/commit/a53ffda)) + +### ❤️ Contributors + +- Hywax ([@hywax](http://github.com/hywax)) + ## v1.4.6 - Update deps diff --git a/package.json b/package.json index 3c934b7..c97c937 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-cron", "type": "module", - "version": "1.4.6", + "version": "1.5.0", "description": "A Nuxt module for cron jobs in your app.", "license": "MIT", "repository": { @@ -63,4 +63,4 @@ "lint-staged": { "*": "yarn lint:fix" } -} +} \ No newline at end of file