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 14, 2021
1 parent 4efc891 commit 429b234
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]
### Added
### Changed
### Fixed
### Removed
### BREAKING CHANGE

## [2.0.0-beta.1] - 2021-02-14

### 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.

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

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

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

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

0 comments on commit 429b234

Please sign in to comment.