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 51aa42b commit adf4020
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
### BREAKING CHANGE

## [2.0.0] - 2021-02-17

### Added
- feat: Display current mock.
- feat: Display menus for changing current mock.
- feat: Add menus for changing route variant and restore variants

### Changed
- feat: Display legacy options and menus only when core `pathLegacy` setting has value. Add toggle legacy watch menu.
- refactor: Refresh inquirer main options every time main menu is displayed.
- chore(deps): Update dependencies

### Fixed
- fix: Resolve previous inquirers before displaying a new one
- fix: Start promise was never resolved

### BREAKING CHANGE
- Changed format of `cli` option to boolean (now `--no-cli` has to be used to disable it)

## [2.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/plugin-inquirer-cli",
"version": "2.0.0-beta.2",
"version": "2.0.0",
"description": "Mocks server plugin providing an interactive CLI",
"keywords": [
"mocks-server-plugin",
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-plugin-inquirer-cli
sonar.projectVersion=2.0.0-beta.2
sonar.projectVersion=2.0.0

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

0 comments on commit adf4020

Please sign in to comment.