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

Commit 429b234

Browse files
committed
chore(release): upgrade version
1 parent 4efc891 commit 429b234

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,27 @@ 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+
## [2.0.0-beta.1] - 2021-02-14
15+
816
### Added
917
- feat: Display current mock.
1018
- feat: Display menus for changing current mock.
1119
- feat: Add menus for changing route variant and restore variants
20+
1221
### Changed
1322
- feat: Display legacy options and menus only when core `pathLegacy` setting has value. Add toggle legacy watch menu.
1423
- refactor: Refresh inquirer main options every time main menu is displayed.
24+
1525
### Fixed
1626
- fix: Resolve previous inquirers before displaying a new one
1727
- fix: Start promise was never resolved
18-
### Removed
28+
1929
### BREAKING CHANGE
2030
- Changed format of `cli` option to boolean (now `--no-cli` has to be used to disable it)
2131

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/plugin-inquirer-cli",
3-
"version": "1.4.1",
3+
"version": "2.0.0-beta.1",
44
"description": "Mocks server plugin providing an interactive CLI",
55
"keywords": [
66
"mocks-server-plugin",

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-plugin-inquirer-cli
3-
sonar.projectVersion=1.4.1
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)