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

Commit 9f61cb0

Browse files
committed
chore(release): upgrade version
1 parent 30fcddb commit 9f61cb0

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

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

13+
## [2.0.0] - 2021-02-17
14+
15+
### Added
16+
- feat: Add mocks, routes and routes-variants paths
17+
- feat: Add legacy path
18+
- feat: Add mock-custom-routes-variants path
19+
20+
### BREAKING CHANGES
21+
- Behaviors and fixtures routes have to be used under legacy path
22+
1323
## [2.0.0-beta.2] - 2021-02-14
1424

1525
### 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-paths",
3-
"version": "2.0.0-beta.2",
3+
"version": "2.0.0",
44
"description": "Api paths 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-paths
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)