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

Commit

Permalink
chore: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Dec 5, 2021
2 parents cb1374b + b0a3de7 commit 95108fd
Show file tree
Hide file tree
Showing 12 changed files with 15,350 additions and 5,433 deletions.
2 changes: 1 addition & 1 deletion .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: ["12.22.1", "14.17.0", "15.14.0", "16.1.0"]
node: ["12.22.1", "14.17.0", "16.1.0", "17.2.0"]
steps:
- name: Checkout
uses: actions/checkout@v2
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 @@ -11,7 +11,7 @@ jobs:
- run: npm run build
- 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: '@mocks-server'
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 run build
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
### Breaking change

## [4.0.0] - 2021-12-05

### Changed
- feat: Change default `baseUrl` config to `http://127.0.0.1:3100` for better NodeJS 17 support
- chore: Support any NodeJs version >=12.0.0
- chore: Run tests also in NodeJs 17 in pipelines. Remove tests execution using NodeJs 15
- chore: Update devDependencies

### Fixed
- docs: Remove broken npm dependencies badge

## [3.1.0] - 2021-05-24

### Added
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build status][build-image]][build-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Quality Gate][quality-gate-image]][quality-gate-url]

[![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]
[![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]

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

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

0 comments on commit 95108fd

Please sign in to comment.