Skip to content

Commit 9b5d0b0

Browse files
chore: release v1.4.5
2 parents a9e5f26 + 258871f commit 9b5d0b0

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ jobs:
88
name: Release
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v2
12+
with:
13+
ref: master
1214

1315
- uses: actions/cache@v1
1416
id: cache

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.4.5](https://github.com/gridsome/eslint-plugin-gridsome/compare/v1.4.1...v1.4.5) (2020-04-25)
2+
3+
4+
15
## [1.4.4](https://github.com/gridsome/eslint-plugin-gridsome/compare/v1.4.1...v1.4.4) (2020-04-25)
26

37

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-gridsome",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"keywords": [
55
"eslint",
66
"eslintplugin",

0 commit comments

Comments
 (0)