Skip to content

Commit 577d630

Browse files
chore: release v1.4.9
2 parents ff14170 + ea2c4b3 commit 577d630

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
with:
1313
ref: master
14+
fetch-depth: 0
1415

1516
- uses: actions/cache@v1
1617
id: cache
@@ -20,7 +21,7 @@ jobs:
2021
restore-keys: |
2122
${{ runner.os }}-npm-
2223
23-
- name: Install dependencies
24+
- name: Use Node.js 12
2425
uses: actions/setup-node@v1
2526
with:
2627
registry-url: "https://registry.npmjs.org"

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.4.9](https://github.com/gridsome/eslint-plugin-gridsome/compare/v1.4.1...v1.4.9) (2020-04-26)
2+
3+
4+
15
## [1.4.8](https://github.com/gridsome/eslint-plugin-gridsome/compare/v1.4.1...v1.4.8) (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.8",
3+
"version": "1.4.9",
44
"keywords": [
55
"eslint",
66
"eslintplugin",

0 commit comments

Comments
 (0)