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

Commit 3c1817a

Browse files
authored
Merge pull request #156 from mocks-server/release
Release v2.2.0
2 parents eaa617c + f81fa33 commit 3c1817a

8 files changed

+10484
-6031
lines changed

.github/workflows/build.yml

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- run: npm run build
1212
- uses: actions/setup-node@v2
1313
with:
14-
node-version: '14.x'
14+
node-version: '16.x'
1515
registry-url: 'https://npm.pkg.github.com'
1616
# Defaults to the user or organization that owns the workflow file
1717
scope: '@mocks-server'

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

+1-1
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 run build

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Fixed
1111
### Removed
1212

13+
## [2.2.0] - 2021-12-05
14+
15+
### Changed
16+
- chore: Support any NodeJs version >=12.x.
17+
- chore: Run tests also in NodeJs 17 in pipelines. Remove tests execution using NodeJs 15
18+
- chore: Update devDependencies
19+
20+
### Fixed
21+
- docs: Remove broken npm dependencies badge
22+
1323
## [2.1.0] - 2021-02-17
1424

1525
### Added

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build status][build-image]][build-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Quality Gate][quality-gate-image]][quality-gate-url]
22

3-
[![NPM dependencies][npm-dependencies-image]][npm-dependencies-url] [![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com) [![Last commit][last-commit-image]][last-commit-url] [![Last release][release-image]][release-url]
3+
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com) [![Last commit][last-commit-image]][last-commit-url] [![Last release][release-image]][release-url]
44

55
[![NPM downloads][npm-downloads-image]][npm-downloads-url] [![License][license-image]][license-url]
66

@@ -34,8 +34,6 @@ Please read the [contributing guidelines](.github/CONTRIBUTING.md) and [code of
3434
[license-url]: https://github.com/mocks-server/admin-api-paths/blob/master/LICENSE
3535
[npm-downloads-image]: https://img.shields.io/npm/dm/@mocks-server/admin-api-paths.svg
3636
[npm-downloads-url]: https://www.npmjs.com/package/@mocks-server/admin-api-paths
37-
[npm-dependencies-image]: https://img.shields.io/david/mocks-server/admin-api-paths.svg
38-
[npm-dependencies-url]: https://david-dm.org/mocks-server/admin-api-paths
3937
[quality-gate-image]: https://sonarcloud.io/api/project_badges/measure?project=mocks-server_admin-api-paths&metric=alert_status
4038
[quality-gate-url]: https://sonarcloud.io/dashboard?id=mocks-server_admin-api-paths
4139
[release-image]: https://img.shields.io/github/release-date/mocks-server/admin-api-paths.svg

0 commit comments

Comments
 (0)