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

Commit ab86c01

Browse files
committed
chore(release): Upgrade version
1 parent d0eaf6a commit ab86c01

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

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

15+
## [1.0.1] - 2021-12-05
16+
17+
### Fixed
18+
- docs: Fix main branch name in badges
19+
- chore(workflows): Fix mainn branch name
20+
1521
## [1.0.0] - 2021-12-05
1622

1723
### Added

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.0",
3+
"version": "1.0.1",
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.0
3+
sonar.projectVersion=1.0.1
44

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

0 commit comments

Comments
 (0)