Skip to content

Commit

Permalink
updated CHANGELOG.md [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 30, 2020
1 parent 1a83e58 commit f34bad1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [15.4.0](https://www.github.com/yargs/yargs/compare/v15.3.1...v15.4.0) (2020-05-30)


### Features

* adds deprecation option for commands ([027a636](https://www.github.com/yargs/yargs/commit/027a6365b737e13116811a8ef43670196e1fa00a))


### Bug Fixes

* **docs:** describe usage of `.check()` in more detail ([932cd11](https://www.github.com/yargs/yargs/commit/932cd1177e93f5cc99edfe57a4028e30717bf8fb))
* **i18n:** Japanese translation phrasing ([#1619](https://www.github.com/yargs/yargs/issues/1619)) ([0894175](https://www.github.com/yargs/yargs/commit/089417550ef5a5b8ce3578dd2a989191300b64cd))
* **strict mode:** report default command unknown arguments ([#1626](https://www.github.com/yargs/yargs/issues/1626)) ([69f29a9](https://www.github.com/yargs/yargs/commit/69f29a9cd429d4bb99481238305390107ac75b02))
* **strictCommands:** report unknown argument instead of unknown command if no subcommands configured ([#1629](https://www.github.com/yargs/yargs/issues/1629)) ([9433752](https://www.github.com/yargs/yargs/commit/943375221e90fcca86b45545c7c9c91e119e6fac))
* **usage:** translate 'options' group only when displaying help ([#1600](https://www.github.com/yargs/yargs/issues/1600)) ([e60b39b](https://www.github.com/yargs/yargs/commit/e60b39b9d3a912c06db43f87c86ba894142b6c1c))


### Reverts

* Revert "fix(strictCommands): report unknown argument instead of unknown command if no subcommands configured (#1629)" (#1667) ([1a83e58](https://www.github.com/yargs/yargs/commit/1a83e581926dcd3c67280d978802d30d3512a566)), closes [#1629](https://www.github.com/yargs/yargs/issues/1629) [#1667](https://www.github.com/yargs/yargs/issues/1667)

### [15.3.1](https://www.github.com/yargs/yargs/compare/v15.3.0...v15.3.1) (2020-03-16)


Expand Down

0 comments on commit f34bad1

Please sign in to comment.