Skip to content
This repository has been archived by the owner. It is now read-only.

Commit faadeb0

Browse files
committed
chore(release): upgrade version
1 parent a75f1b8 commit faadeb0

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,18 +5,28 @@ 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 changes
13+
14+
## [2.0.0-beta.1] - 2021-02-16
15+
816
### Added
917
- feat: Add `mocksConfig`, `mocksSetMock`, `mocksUseRouteVariant` and `mocksRestoreRoutesVariants` commands
10-
- feat: Add support for environment variables `MOCKS_SERVER_ENABLED`, `MOCKS_SERVER_BASE_URL` and `MOCKS_SERVER_ADMIN_API_PATH`
18+
- feat: Add support for environment variables `MOCKS_SERVER_ENABLED`, `MOCKS_SERVER_BASE_URL` and `MOCKS_SERVER_ADMIN_API_PATH` (#3)
19+
1120
### Changed
1221
- feat: Rename `mocksServerSetBehavior` command to `mocksSetBehavior`
1322
- feat: Rename `mocksServerSetDelay` command to `mocksSetDelay`
1423
- feat: Rename `mocksServerSetSettings` command to `mocksSetSettings`
1524
- chore(deps): Update dependencies to mocks-server v2 compatible versions
16-
### Fixed
25+
1726
### Removed
1827
- feat: Remove `config` method, `cy.mocksConfig` command should be used instead
1928
- test(e2e): Remove e2e tests using data-provider, as it does not concern to this package
29+
2030
### Breaking changes
2131
- Rename `mocksServerSetBehavior` command to `mocksSetBehavior`
2232
- Rename `mocksServerSetDelay` command to `mocksSetDelay`

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/cypress-commands",
3-
"version": "1.0.8",
3+
"version": "2.0.0-beta.1",
44
"description": "Extends Cypress' cy commands with methods for administrating Mocks Server",
55
"keywords": [
66
"cypress",

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-cypress-commands
3-
sonar.projectVersion=1.0.8
3+
sonar.projectVersion=2.0.0-beta.1
44

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

0 commit comments

Comments
 (0)