diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb24c90..762e1eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,7 @@ jobs: - uses: actions/checkout@v2 with: ref: master + fetch-depth: 0 - uses: actions/cache@v1 id: cache @@ -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" diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e8184b..c6a0c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 2f59088..03d9525 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-gridsome", - "version": "1.4.8", + "version": "1.4.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eb9bc85..0e3c0f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-gridsome", - "version": "1.4.8", + "version": "1.4.9", "keywords": [ "eslint", "eslintplugin",