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

Commit d5fcd98

Browse files
committed
chore(release): Upgrade version
1 parent 6d6f8f4 commit d5fcd98

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [unreleased]
8+
### Added
9+
### Changed
10+
### Fixed
11+
### Removed
12+
### Breaking change
13+
14+
## [3.0.0-beta.1] - 2021-01-15
15+
816
### Added
917
- feat: Expose one different method for each action.
1018
- feat: Reject promises in case of status code different to 2xx
19+
1120
### Changed
1221
- feat: Update mocks-server dependencies to v2 beta versions and adapt routes and tests.
13-
### Fixed
22+
1423
### Removed
15-
- feat: Make private entities
24+
- feat: Make entities private
25+
1626
### Breaking change
1727
- Removed previous entity-based methods
1828

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": "2.1.0",
3+
"version": "3.0.0-beta.1",
44
"description": "Client 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-client
3-
sonar.projectVersion=2.1.0
3+
sonar.projectVersion=3.0.0-beta.1
44

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

0 commit comments

Comments
 (0)