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

Commit

Permalink
Merge pull request #227 from mocks-server/release
Browse files Browse the repository at this point in the history
Release v2.5.1
  • Loading branch information
javierbrea authored Dec 4, 2021
2 parents 9ea623e + 78ca418 commit d253600
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
### BREAKING CHANGES

## [2.5.1] - 2021-12-04

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

## [2.5.0] - 2021-12-04

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 @@ -41,8 +41,6 @@ Please read the [contributing guidelines](.github/CONTRIBUTING.md) and [code of
[license-url]: https://github.com/mocks-server/core/blob/master/LICENSE
[npm-downloads-image]: https://img.shields.io/npm/dm/@mocks-server/core.svg
[npm-downloads-url]: https://www.npmjs.com/package/@mocks-server/core
[npm-dependencies-image]: https://img.shields.io/david/mocks-server/core.svg
[npm-dependencies-url]: https://david-dm.org/mocks-server/core
[greenkeeper-image]: https://badges.greenkeeper.io/mocks-server/core.svg
[greenkeeper-url]: https://greenkeeper.io/
[quality-gate-image]: https://sonarcloud.io/api/project_badges/measure?project=mocks-server_core&metric=alert_status
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mocks-server/core",
"version": "2.5.0",
"version": "2.5.1",
"description": "Pluggable mock server supporting multiple route variants and mocks",
"keywords": [
"mocks",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.organization=mocks-server
sonar.projectKey=mocks-server_core
sonar.projectVersion=2.5.0
sonar.projectVersion=2.5.1

sonar.javascript.file.suffixes=.js
sonar.sourceEncoding=UTF-8
Expand Down

0 comments on commit d253600

Please sign in to comment.