Skip to content

Commit

Permalink
chore: release 17.0.1 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Feb 29, 2020
1 parent 57119f9 commit b064ea9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,13 @@

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.

### [17.0.1](https://www.github.com/yargs/yargs-parser/compare/v17.0.0...v17.0.1) (2020-02-29)


### Bug Fixes

* normalized keys were not enumerable ([#247](https://www.github.com/yargs/yargs-parser/issues/247)) ([57119f9](https://www.github.com/yargs/yargs-parser/commit/57119f9f17cf27499bd95e61c2f72d18314f11ba))

## [17.0.0](https://www.github.com/yargs/yargs-parser/compare/v16.1.0...v17.0.0) (2020-02-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "yargs-parser",
"version": "17.0.0",
"version": "17.0.1",
"description": "the mighty option parser used by yargs",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b064ea9

Please sign in to comment.