Skip to content

Commit 02c6fcd

Browse files
authored
Merge pull request #265 from javierbrea/release
Release v1.4.1
2 parents 51bf94c + 4a32a1b commit 02c6fcd

File tree

15 files changed

+42508
-1971
lines changed

15 files changed

+42508
-1971
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF##*/})"
2020
id: extract-branch
2121
- name: Use Node.js
22-
uses: actions/setup-node@v1
22+
uses: actions/setup-node@v2
2323
with:
2424
node-version: ${{ matrix.node }}
2525
- name: Cache node modules

.github/workflows/check-package-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
- name: Get NPM version is new
1313
id: check
14-
uses: EndBug/[email protected].0
14+
uses: EndBug/[email protected].1
1515
with:
1616
diff-search: true
1717
file-name: ./package.json

.github/workflows/publish-to-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
# Setup .npmrc file to publish to GitHub Packages
11-
- uses: actions/setup-node@v1
11+
- uses: actions/setup-node@v2
1212
with:
1313
node-version: '12.x'
1414
registry-url: 'https://npm.pkg.github.com'

.github/workflows/publish-to-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
- uses: actions/setup-node@v1
10+
- uses: actions/setup-node@v2
1111
with:
1212
node-version: '12.x'
1313
registry-url: 'https://registry.npmjs.org/'

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
### Removed
1212
### BREAKING CHANGES
1313

14+
## [1.4.1] - 2021-02-24
15+
16+
### Changed
17+
- chore(deps): Update devDependencies
18+
- test: Refactor Sonar smells
19+
1420
## [1.4.0] - 2021-01-17
1521

1622
### Added

0 commit comments

Comments
 (0)