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

Commit 000fd74

Browse files
committed
chore(release): Upgrade version
1 parent fef463c commit 000fd74

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
@@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
### Removed
1212
### Breaking change
1313

14+
## [3.1.0] - 2021-05-24
15+
16+
### Added
17+
- feat: Add node v16.x to engines
18+
19+
### Changed
20+
- Update dependencies
21+
1422
## [3.0.0] - 2021-02-17
1523

1624
### 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/admin-api-client",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Client of @mocks-server/plugin-admin-api",
55
"keywords": [
66
"mocks-server",

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=3.0.0
3+
sonar.projectVersion=3.1.0
44

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

0 commit comments

Comments
 (0)