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

Commit 2a41237

Browse files
committed
chore(release): Upgrade version
1 parent 328d82b commit 2a41237

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [unreleased]
8+
### Added
9+
### Changed
10+
### Fixed
11+
### Removed
12+
13+
## [2.1.0] - 2020-12-26
14+
815
### Added
916
- feat: Add method for reading alerts (#94)
17+
1018
### Changed
1119
- chore(lint): Lint mocks folder
1220
- test(refactor): Move helpers to a support folder
21+
1322
### Fixed
1423
- fix: Remove mocks-server-plugin tag from package.json (#93)
15-
### Removed
1624

1725
## [2.0.5] - 2020-12-21
1826

package-lock.json

Lines changed: 1 addition & 1 deletion
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/admin-api-client",
3-
"version": "2.0.5",
3+
"version": "2.1.0",
44
"description": "Client of @mocks-server/plugin-admin-api",
55
"keywords": [
66
"administration",

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-admin-api-client
3-
sonar.projectVersion=2.0.5
3+
sonar.projectVersion=2.1.0
44

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

0 commit comments

Comments
 (0)