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

Commit 3229412

Browse files
committed
chore(release): Upgrade version
1 parent 86fac1c commit 3229412

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +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
## [To be deprecated]
8-
- Remove deprecated "/mocks" api path.
9-
- Remove property "name" from behavior model.
108

119
## [unreleased]
1210
### Added
13-
- Add mocks, routes and routes-variants apis
11+
### Changed
12+
### Fixed
13+
### Removed
14+
15+
## [2.0.0-beta.1] - 2021-01-14
16+
17+
### Added
18+
- Add mocks, routes, routes-variants and mock-custom-routes-variants apis
19+
1420
### Changed
1521
- Move behaviors and fixtures apis under legacy folder
1622
- refactor: Use helper to create routers with same structure
17-
### Fixed
23+
1824
### Removed
1925
- Remove deprecated api paths
2026
- Remove adminApiDeprecatedPaths option.

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

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

0 commit comments

Comments
 (0)