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

Commit 10818f1

Browse files
committed
chore(release): Upgrade version
1 parent 73e819a commit 10818f1

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

CHANGELOG.md

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

14+
## [2.0.0] - 2021-02-17
15+
16+
### Added
17+
- feat: Add `mocksConfig`, `mocksSetMock`, `mocksUseRouteVariant` and `mocksRestoreRoutesVariants` commands
18+
- feat: Add support for environment variables `MOCKS_SERVER_ENABLED`, `MOCKS_SERVER_BASE_URL` and `MOCKS_SERVER_ADMIN_API_PATH` (#3)
19+
20+
### Changed
21+
- feat: Rename `mocksServerSetBehavior` command to `mocksSetBehavior`
22+
- feat: Rename `mocksServerSetDelay` command to `mocksSetDelay`
23+
- feat: Rename `mocksServerSetSettings` command to `mocksSetSettings`
24+
- chore(deps): Update dependencies to mocks-server v2 compatible versions
25+
- chore(deps): Update Cypress to v6 in tests
26+
27+
### Removed
28+
- feat: Remove `config` method, `cy.mocksConfig` command should be used instead
29+
- test(e2e): Remove e2e tests using data-provider, as it does not concern to this package
30+
31+
### Breaking changes
32+
- Rename `mocksServerSetBehavior` command to `mocksSetBehavior`
33+
- Rename `mocksServerSetDelay` command to `mocksSetDelay`
34+
- Rename `mocksServerSetSettings` command to `mocksSetSettings`
35+
- Remove `config` method, `cy.mocksConfig` command should be used instead
36+
1437
## [2.0.0-beta.1] - 2021-02-16
1538

1639
### Added

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": "2.0.0-beta.1",
3+
"version": "2.0.0",
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=2.0.0-beta.1
3+
sonar.projectVersion=2.0.0
44

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

0 commit comments

Comments
 (0)