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

Commit 95108fd

Browse files
committed
chore: merge
2 parents cb1374b + b0a3de7 commit 95108fd

File tree

12 files changed

+15350
-5433
lines changed

12 files changed

+15350
-5433
lines changed

.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
@@ -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

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

CHANGELOG.md

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

14+
## [4.0.0] - 2021-12-05
15+
16+
### Changed
17+
- feat: Change default `baseUrl` config to `http://127.0.0.1:3100` for better NodeJS 17 support
18+
- chore: Support any NodeJs version >=12.0.0
19+
- chore: Run tests also in NodeJs 17 in pipelines. Remove tests execution using NodeJs 15
20+
- chore: Update devDependencies
21+
22+
### Fixed
23+
- docs: Remove broken npm dependencies badge
24+
1425
## [3.1.0] - 2021-05-24
1526

1627
### Added

README.md

Lines changed: 1 addition & 3 deletions
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

@@ -106,8 +106,6 @@ Please read the [contributing guidelines](.github/CONTRIBUTING.md) and [code of
106106
[license-url]: https://github.com/mocks-server/admin-api-client/blob/master/LICENSE
107107
[npm-downloads-image]: https://img.shields.io/npm/dm/@mocks-server/admin-api-client.svg
108108
[npm-downloads-url]: https://www.npmjs.com/package/@mocks-server/admin-api-client
109-
[npm-dependencies-image]: https://img.shields.io/david/mocks-server/admin-api-client.svg
110-
[npm-dependencies-url]: https://david-dm.org/mocks-server/admin-api-client
111109
[quality-gate-image]: https://sonarcloud.io/api/project_badges/measure?project=mocks-server_admin-api-client&metric=alert_status
112110
[quality-gate-url]: https://sonarcloud.io/dashboard?id=mocks-server_admin-api-client
113111
[release-image]: https://img.shields.io/github/release-date/mocks-server/admin-api-client.svg

0 commit comments

Comments
 (0)