Skip to content

Commit

Permalink
chore(release): v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Mar 22, 2024
1 parent 7f40046 commit 4e86f1f
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -63,4 +63,4 @@
"lint-staged": {
"*": "yarn lint:fix"
}
}
}

Check failure on line 66 in package.json

View workflow job for this annotation

GitHub Actions / ubuntu-latest

Newline required at end of file but not found

0 comments on commit 4e86f1f

Please sign in to comment.