Skip to content

Commit 9eb9c2f

Browse files
chore: release main (#398)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Benjamin E. Coe <bencoe@google.com>
1 parent 4b9e134 commit 9eb9c2f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "20.2.7"
2+
".": "20.2.8"
33
}

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
### [20.2.8](https://github.com/yargs/yargs-parser/compare/yargs-parser-v20.2.7...yargs-parser-v20.2.8) (2021-06-20)
6+
7+
8+
### Bug Fixes
9+
10+
* **deno:** force relese for Deno ([6687c97](https://github.com/yargs/yargs-parser/commit/6687c972d0f3ca7865a97908dde3080b05f8b026))
11+
* **locale:** Turkish camelize and decamelize issues with toLocaleLowerCase/toLocaleUpperCase ([2617303](https://github.com/yargs/yargs-parser/commit/261730383e02448562f737b94bbd1f164aed5143))
12+
* **perf:** address slow parse when using unknown-options-as-args ([#394](https://github.com/yargs/yargs-parser/issues/394)) ([441f059](https://github.com/yargs/yargs-parser/commit/441f059d585d446551068ad213db79ac91daf83a))
13+
* **string-utils:** detect [0,1] ranged values as numbers ([#388](https://github.com/yargs/yargs-parser/issues/388)) ([efcc32c](https://github.com/yargs/yargs-parser/commit/efcc32c2d6b09aba31abfa2db9bd947befe5586b))
14+
515
### [20.2.7](https://github.com/yargs/yargs-parser/compare/v20.2.6...v20.2.7) (2021-03-10)
616

717

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yargs-parser",
3-
"version": "20.2.7",
3+
"version": "20.2.8",
44
"description": "the mighty option parser used by yargs",
55
"main": "build/index.cjs",
66
"exports": {

0 commit comments

Comments
 (0)