Skip to content

Commit a9e5f26

Browse files
chore: release v1.4.4
2 parents f5c3b5d + 0bd7f42 commit a9e5f26

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.github/workflows/release.yml

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

1513
- uses: actions/cache@v1
1614
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.4](https://github.com/gridsome/eslint-plugin-gridsome/compare/v1.4.1...v1.4.4) (2020-04-25)
2+
3+
4+
15
## [1.4.3](https://github.com/gridsome/eslint-plugin-gridsome/compare/v1.4.1...v1.4.3) (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.3",
3+
"version": "1.4.4",
44
"keywords": [
55
"eslint",
66
"eslintplugin",

0 commit comments

Comments
 (0)