Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit 9ea623e

Browse files
authored
Merge pull request #226 from mocks-server/release
Release v2.5.0
2 parents 7392271 + 7575a30 commit 9ea623e

11 files changed

Lines changed: 10165 additions & 4786 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node: ["12.22.1", "14.17.0", "15.14.0", "16.1.0"]
14+
node: ["12.22.1", "14.17.0", "16.1.0", "17.2.0"]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-node@v2
1111
with:
12-
node-version: '14.x'
12+
node-version: '16.x'
1313
registry-url: 'https://npm.pkg.github.com'
1414
# Defaults to the user or organization that owns the workflow file
1515
scope: '@mocks-server'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-node@v2
1111
with:
12-
node-version: '14.x'
12+
node-version: '16.x'
1313
registry-url: 'https://registry.npmjs.org/'
1414
- run: npm ci
1515
- run: npm publish

CHANGELOG.md

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

17+
18+
## [2.5.0] - 2021-12-04
19+
20+
### Changed
21+
- chore: Support any NodeJs version >=12.x.
22+
- chore: Run tests also in NodeJs 17 in pipelines. Remove tests execution using NodeJs 15
23+
- chore: Update dependencies
24+
- test: Use 127.0.0.1 instead of localhost when requesting in tests for Node 17 support
25+
26+
### Fixed
27+
- fix: Fix ajv dependency issue message when creating alert
28+
1729
## [2.4.0] - 2021-07-07
1830

1931
### Added

0 commit comments

Comments
 (0)