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

Commit 29da8a3

Browse files
committed
chore(release): Upgrade version
1 parent 1ad769c commit 29da8a3

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

CHANGELOG.md

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

15-
## [2.0.0-beta.2] - 2021-01-16
15+
## [2.0.0] - 2021-02-17
16+
17+
### Added
18+
- Add mocks, routes, routes-variants and mock-custom-routes-variants apis
19+
20+
### Changed
21+
- feat: Move behaviors and fixtures apis under legacy folder
22+
- refactor: Use helper to create routers with same structure
23+
- chore(deps): Update dependencies
24+
25+
### Removed
26+
- Remove deprecated api paths
27+
- Remove adminApiDeprecatedPaths option.
28+
29+
## [2.0.0-beta.2] - 2021-02-16
1630

1731
### Changed
1832
- chore(deps): Update mocks-server/core dependency. Adapt tests.
1933

20-
## [2.0.0-beta.1] - 2021-01-14
34+
## [2.0.0-beta.1] - 2021-02-14
2135

2236
### Added
2337
- Add mocks, routes, routes-variants and mock-custom-routes-variants apis

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-beta.2",
3+
"version": "2.0.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-beta.2
3+
sonar.projectVersion=2.0.0
44

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

0 commit comments

Comments
 (0)