Skip to content

Commit 44503ca

Browse files
authored
Merge pull request #211 from javierbrea/release
Release v1.3.1
2 parents 98f64dc + fd03717 commit 44503ca

File tree

9 files changed

+177
-176
lines changed

9 files changed

+177
-176
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node: ["12.19.0", "14.15.0", "15.2.0"]
13+
node: ["10.23.0", "12.19.0", "14.15.0", "15.2.0"]
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v2
@@ -84,6 +84,7 @@ jobs:
8484
with:
8585
github-token: ${{ secrets.GITHUB_TOKEN }}
8686
- name: SonarCloud Scan
87+
if: env.SONAR_TOKEN != ''
8788
uses: sonarsource/sonarcloud-github-action@master
8889
env:
8990
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.travis.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
## [unreleased]
88
### Added
99
### Changed
10+
1011
### Fixed
1112
### Removed
1213
### BREAKING CHANGES
1314

15+
## [1.3.1] - 2020-12-11
16+
17+
### Changed
18+
- chore(#210): Support all Node.js releases that have not passed their end date
19+
- chore(deps): Update devDependencies
20+
- chore(ci): Do not execute SonarCloud on PRs from forks
21+
22+
### Fixed
23+
- docs(readme): Fix build badge url
24+
1425
## [1.3.0] - 2020-12-07
1526

1627
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ MIT, see [LICENSE](./LICENSE) for details.
253253

254254
[coveralls-image]: https://coveralls.io/repos/github/javierbrea/cypress-localstorage-commands/badge.svg
255255
[coveralls-url]: https://coveralls.io/github/javierbrea/cypress-localstorage-commands
256-
[build-image]: https://github.com/javierbrea/cypress-localstorage-commands/workflows/build/badge.svg?branch=chore-deps-cypress-6
256+
[build-image]: https://github.com/javierbrea/cypress-localstorage-commands/workflows/build/badge.svg?branch=master
257257
[build-url]: https://github.com/javierbrea/cypress-localstorage-commands/actions?query=workflow%3Abuild+branch%3Amaster
258258
[mutation-image]: https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fjavierbrea%2Fcypress-localstorage-commands%2Fmaster
259259
[mutation-url]: https://dashboard.stryker-mutator.io/reports/github.com/javierbrea/cypress-localstorage-commands/master

0 commit comments

Comments
 (0)