Skip to content

Commit

Permalink
chore: release v1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tyankatsu0105 authored Apr 26, 2020
2 parents ff14170 + ea2c4b3 commit 577d630
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: master
fetch-depth: 0

- uses: actions/cache@v1
id: cache
Expand All @@ -20,7 +21,7 @@ jobs:
restore-keys: |
${{ runner.os }}-npm-
- name: Install dependencies
- name: Use Node.js 12
uses: actions/setup-node@v1
with:
registry-url: "https://registry.npmjs.org"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.4.9](https://github.com/gridsome/eslint-plugin-gridsome/compare/v1.4.1...v1.4.9) (2020-04-26)



## [1.4.8](https://github.com/gridsome/eslint-plugin-gridsome/compare/v1.4.1...v1.4.8) (2020-04-25)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-gridsome",
"version": "1.4.8",
"version": "1.4.9",
"keywords": [
"eslint",
"eslintplugin",
Expand Down

0 comments on commit 577d630

Please sign in to comment.