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

Commit f90297a

Browse files
authored
Merge pull request #3 from mocks-server/release
Release
2 parents 34d3739 + 976f791 commit f90297a

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

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

15+
## [1.0.2] - 2021-12-05
16+
17+
### Fixed
18+
- docs: Fix badges
19+
1520
## [1.0.1] - 2021-12-05
1621

1722
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Please read the [contributing guidelines](.github/CONTRIBUTING.md) and [code of
7070
[coveralls-image]: https://coveralls.io/repos/github/mocks-server/plugin-proxy/badge.svg
7171
[coveralls-url]: https://coveralls.io/github/mocks-server/plugin-proxy
7272
[build-image]: https://github.com/mocks-server/plugin-proxy/workflows/build/badge.svg?branch=main
73-
[build-url]: https://github.com/mocks-server/plugin-proxy/actions?query=workflow%3Abuild+branch%main
73+
[build-url]: https://github.com/mocks-server/plugin-proxy/actions?query=workflow%3Abuild+branch%3Amain
7474
[last-commit-image]: https://img.shields.io/github/last-commit/mocks-server/plugin-proxy.svg
7575
[last-commit-url]: https://github.com/mocks-server/plugin-proxy/commits
7676
[license-image]: https://img.shields.io/npm/l/@mocks-server/plugin-proxy.svg

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mocks-server/plugin-proxy",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Mocks Server plugin providing an http-proxy route handler",
55
"keywords": [
66
"mocks-server-plugin",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.organization=mocks-server
22
sonar.projectKey=mocks-server_plugin-proxy
3-
sonar.projectVersion=1.0.1
3+
sonar.projectVersion=1.0.2
44

55
sonar.javascript.file.suffixes=.js
66
sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)