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

Commit af0b498

Browse files
committed
chore(release): Updgrade version
1 parent 429b078 commit af0b498

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

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

15+
## [2.1.0] - 2021-05-24
16+
17+
### Added
18+
- feat: Add node v16.x to engines
19+
20+
### Changed
21+
- Update dependencies
22+
1523
## [2.0.0] - 2021-02-17
1624

1725
### Added

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/plugin-admin-api",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Mocks Server plugin providing a REST API for administration",
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-admin-api
3-
sonar.projectVersion=2.0.0
3+
sonar.projectVersion=2.1.0
44

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

0 commit comments

Comments
 (0)