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 fcf3ef7 commit 6629e36
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
### Breaking change

## [3.0.0] - 2021-02-17

### Added
- feat: Expose one different method for each action.
- feat: Reject promises in case of status code different to 2xx

### Changed
- feat: Rename `apiPath` config property into `adminApiPath`
- feat: Update mocks-server dependencies to v2 beta versions and adapt routes and tests.

### Removed
- feat: Make entities private

### BREAKING CHANGES
- 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.
- Rename `apiPath` config property into `adminApiPath`
- Removed previous entity-based methods

## [3.0.0-beta.2] - 2021-02-16

### Changed
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-client",
"version": "3.0.0-beta.2",
"version": "3.0.0",
"description": "Client of @mocks-server/plugin-admin-api",
"keywords": [
"mocks-server",
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-client
sonar.projectVersion=3.0.0-beta.2
sonar.projectVersion=3.0.0

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

0 comments on commit 6629e36

Please sign in to comment.