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

Commit

Permalink
chore(release): upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Feb 17, 2021
1 parent 30fcddb commit 9f61cb0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
### Removed

## [2.0.0] - 2021-02-17

### Added
- feat: Add mocks, routes and routes-variants paths
- feat: Add legacy path
- feat: Add mock-custom-routes-variants path

### BREAKING CHANGES
- Behaviors and fixtures routes have to be used under legacy path

## [2.0.0-beta.2] - 2021-02-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mocks-server/admin-api-paths",
"version": "2.0.0-beta.2",
"version": "2.0.0",
"description": "Api paths of @mocks-server/plugin-admin-api",
"keywords": [
"administration",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.organization=mocks-server
sonar.projectKey=mocks-server-admin-api-paths
sonar.projectVersion=2.0.0-beta.2
sonar.projectVersion=2.0.0

sonar.javascript.file.suffixes=.js
sonar.sourceEncoding=UTF-8
Expand Down

0 comments on commit 9f61cb0

Please sign in to comment.