Skip to content

Commit

Permalink
Merge pull request #159 from javierbrea/release
Browse files Browse the repository at this point in the history
Release 2.5.0
  • Loading branch information
javierbrea authored Nov 1, 2021
2 parents 0d87d86 + 94542d3 commit cf7a463
Show file tree
Hide file tree
Showing 7 changed files with 816 additions and 1,200 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["10.23.0", "12.22.1", "14.16.1", "15.14.0", "16.1.0"]
node: ["12.22.1", "14.16.1", "15.14.0", "16.13.0", "17.0.1"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
node: ["10.23.0", "12.22.1", "14.16.1", "15.14.0", "16.1.0"]
node: ["12.22.1", "14.16.1", "15.14.0", "16.13.0", "17.0.1"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Download test results
uses: actions/download-artifact@v2
with:
name: coverage-16.1.0
name: coverage-16.13.0
path: coverage
- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# Setup .npmrc file to publish to GitHub Packages
- uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'
registry-url: 'https://npm.pkg.github.com'
# Defaults to the user or organization that owns the workflow file
scope: '@javierbrea'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org/'
- run: npm ci
- run: npm publish
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
### BREAKING CHANGES

## [2.5.0] - 2021-11-01
### Changed
- chore(deps): Update devDependencies
- chore(deps): Support any NodeJs version greater than 12.x. Run tests also with NodeJS 17. Use NodeJS 16 in publish pipelines

## [2.4.2] - 2021-08-22

### Added
Expand Down
Loading

0 comments on commit cf7a463

Please sign in to comment.