Skip to content

Commit 4686311

Browse files
author
hywax
committed
chore(release): v1.5.1
1 parent 314cbb9 commit 4686311

File tree

2 files changed

+56
-2
lines changed

2 files changed

+56
-2
lines changed

CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,60 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v1.5.1
6+
7+
[compare changes](https://github.com/hywax/nuxt-cron/compare/v1.5.0...v1.5.1)
8+
9+
### 📖 Documentation
10+
11+
- Update readme ([d887816](https://github.com/hywax/nuxt-cron/commit/d887816))
12+
- Update async.md ([#54](https://github.com/hywax/nuxt-cron/pull/54))
13+
14+
### 🏡 Chore
15+
16+
- Update CONTRIBUTORS ([2bddae0](https://github.com/hywax/nuxt-cron/commit/2bddae0))
17+
- Eslint config ([08e8efb](https://github.com/hywax/nuxt-cron/commit/08e8efb))
18+
- Update CONTRIBUTORS ([bbd6218](https://github.com/hywax/nuxt-cron/commit/bbd6218))
19+
20+
### 🤖 CI
21+
22+
- Build prepare ([9f37b1a](https://github.com/hywax/nuxt-cron/commit/9f37b1a))
23+
- Yarn prepare ([a6bc898](https://github.com/hywax/nuxt-cron/commit/a6bc898))
24+
- Build prepare on ci plan ([f289f60](https://github.com/hywax/nuxt-cron/commit/f289f60))
25+
26+
### ❤️ Contributors
27+
28+
- Bot ([@hywax-assistant](http://github.com/hywax-assistant))
29+
- Jiří Hofman ([@jirihofman](http://github.com/jirihofman))
30+
- Hywax ([@hywax](http://github.com/hywax))
31+
32+
## v1.5.0...main
33+
34+
[compare changes](https://github.com/hywax/nuxt-cron/compare/v1.5.0...main)
35+
36+
### 📖 Documentation
37+
38+
- Update readme ([d887816](https://github.com/hywax/nuxt-cron/commit/d887816))
39+
- Update async.md ([#54](https://github.com/hywax/nuxt-cron/pull/54))
40+
41+
### 🏡 Chore
42+
43+
- Update CONTRIBUTORS ([2bddae0](https://github.com/hywax/nuxt-cron/commit/2bddae0))
44+
- Eslint config ([08e8efb](https://github.com/hywax/nuxt-cron/commit/08e8efb))
45+
- Update CONTRIBUTORS ([bbd6218](https://github.com/hywax/nuxt-cron/commit/bbd6218))
46+
47+
### 🤖 CI
48+
49+
- Build prepare ([9f37b1a](https://github.com/hywax/nuxt-cron/commit/9f37b1a))
50+
- Yarn prepare ([a6bc898](https://github.com/hywax/nuxt-cron/commit/a6bc898))
51+
- Build prepare on ci plan ([f289f60](https://github.com/hywax/nuxt-cron/commit/f289f60))
52+
53+
### ❤️ Contributors
54+
55+
- Bot ([@hywax-assistant](http://github.com/hywax-assistant))
56+
- Jiří Hofman ([@jirihofman](http://github.com/jirihofman))
57+
- Hywax ([@hywax](http://github.com/hywax))
58+
559
## v1.5.0
660

761
[compare changes](https://github.com/hywax/nuxt-cron/compare/v1.4.6...v1.5.0)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-cron",
33
"type": "module",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"description": "A Nuxt module for cron jobs in your app.",
66
"license": "MIT",
77
"repository": {
@@ -65,4 +65,4 @@
6565
"lint-staged": {
6666
"*": "yarn lint:fix"
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)