Skip to content

Commit ccdd93f

Browse files
authored
Merge pull request #559 from javierbrea/release
Release 2.2.5
2 parents feedbd6 + 7fbf363 commit ccdd93f

21 files changed

+3862
-2367
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
node: ["16.14.0", "18.2.0", "20.5.1"]
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
- name: Extract branch name
1818
shell: bash
1919
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF##*/})"
2020
id: extract-branch
2121
- name: Use Node.js
22-
uses: actions/setup-node@v3
22+
uses: actions/setup-node@v4
2323
with:
2424
node-version: ${{ matrix.node }}
2525
- name: Cache node modules
@@ -75,7 +75,7 @@ jobs:
7575
needs: test
7676
steps:
7777
- name: Checkout
78-
uses: actions/checkout@v3
78+
uses: actions/checkout@v4
7979
with:
8080
fetch-depth: 0
8181
- name: Download test results

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
- name: Get NPM version is new
1313
id: check
1414
uses: EndBug/[email protected]
@@ -24,7 +24,7 @@ jobs:
2424
exit 1
2525
- name: Get NPM version
2626
id: package-version
27-
uses: martinbeentjes/npm-get-version-action@v1.2.3
27+
uses: martinbeentjes/npm-get-version-action@v1.3.1
2828
- name: Check Changelog version
2929
id: changelog_reader
3030
uses: mindsers/[email protected]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
publish:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
# Setup .npmrc file to publish to GitHub Packages
11-
- uses: actions/setup-node@v3
11+
- uses: actions/setup-node@v4
1212
with:
1313
node-version: '18.x'
1414
registry-url: 'https://npm.pkg.github.com'

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
publish:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
10-
- uses: actions/setup-node@v3
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-node@v4
1111
with:
1212
node-version: '18.x'
1313
registry-url: 'https://registry.npmjs.org/'

CHANGELOG.md

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

13+
## [2.2.5] - 2023-11-15
14+
15+
### Changed
16+
- chore(deps): Update devDependencies
17+
1318
## [2.2.4] - 2023-08-14
1419

1520
### Changed

0 commit comments

Comments
 (0)