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

Commit 6629e36

Browse files
committed
chore(release): Upgrade version
1 parent fcf3ef7 commit 6629e36

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGELOG.md

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

14+
## [3.0.0] - 2021-02-17
15+
16+
### Added
17+
- feat: Expose one different method for each action.
18+
- feat: Reject promises in case of status code different to 2xx
19+
20+
### Changed
21+
- feat: Rename `apiPath` config property into `adminApiPath`
22+
- feat: Update mocks-server dependencies to v2 beta versions and adapt routes and tests.
23+
24+
### Removed
25+
- feat: Make entities private
26+
27+
### BREAKING CHANGES
28+
- Core and plugins updated to v2. Please read the [migration from v1.x guide](https://www.mocks-server.org/docs/guides-migrating-from-v1) and the [Core v2 release notes](https://github.com/mocks-server/core/releases/tag/v2.0.0) for further info.
29+
- Rename `apiPath` config property into `adminApiPath`
30+
- Removed previous entity-based methods
31+
1432
## [3.0.0-beta.2] - 2021-02-16
1533

1634
### Changed

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": "3.0.0-beta.2",
3+
"version": "3.0.0",
44
"description": "Client of @mocks-server/plugin-admin-api",
55
"keywords": [
66
"mocks-server",

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=3.0.0-beta.2
3+
sonar.projectVersion=3.0.0
44

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

0 commit comments

Comments
 (0)