Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
chore(release): 3.8.11 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed May 20, 2023
1 parent 751e387 commit d4f18cf
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 7 deletions.
38 changes: 32 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,38 @@
# Changelog
## [3.8.11](https://github.com/oclif/parser/compare/3.8.10...3.8.11) (2023-05-20)


### Bug Fixes

* **deps:** bump tslib from 2.5.0 to 2.5.2 ([27c57cc](https://github.com/oclif/parser/commit/27c57ccf3b6614512598d3a936421378dce1d5df))

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.

### [3.8.7](https://github.com/oclif/parser/compare/v3.8.5...v3.8.7) (2022-02-25)

## [3.8.10](https://github.com/oclif/parser/compare/3.8.9...3.8.10) (2023-01-28)


### Bug Fixes

* accept integer 0 as valid arg input ([#114](https://github.com/oclif/parser/issues/114)) ([2619871](https://github.com/oclif/parser/commit/2619871f2e9c669863f32a73fa00b49d4e18d333))
* print valid flag values in error message when using `exactlyOne` ([#232](https://github.com/oclif/parser/issues/232)) ([7b348f8](https://github.com/oclif/parser/commit/7b348f86bf44a4e537445c655480baf4383f13f7))
* typescript compliation errors ([bba144d](https://github.com/oclif/parser/commit/bba144dbe008e4c33e6f486359bac975860de9b9))
* **deps:** bump tslib from 2.4.1 to 2.5.0 ([3e85d7a](https://github.com/oclif/parser/commit/3e85d7a0633931c3a84f4bcd6c714e0cbb3d7d9b))



## [3.8.9](https://github.com/oclif/parser/compare/3.8.8...3.8.9) (2022-11-05)


### Bug Fixes

* **deps:** bump tslib from 2.3.1 to 2.4.1 ([9935987](https://github.com/oclif/parser/commit/9935987f313579fb012439def3a0e46fd8a24b70))



## [3.8.8](https://github.com/oclif/parser/compare/v3.8.7...3.8.8) (2022-10-01)


### Bug Fixes

* **deps:** bump @oclif/errors from 1.3.5 to 1.3.6 ([1b14fb5](https://github.com/oclif/parser/commit/1b14fb56463e00366a0db765aa54ae3d3acbb3d8))



## [3.8.7](https://github.com/oclif/parser/compare/v3.8.5...v3.8.7) (2022-02-25)

Expand Down Expand Up @@ -643,3 +666,6 @@ All notable changes to this project will be documented in this file. See [standa


# 1.0.0 (2017-09-10)



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oclif/parser",
"description": "arg and flag parser for oclif",
"version": "3.8.10",
"version": "3.8.11",
"author": "Salesforce",
"bugs": "https://github.com/oclif/parser/issues",
"dependencies": {
Expand Down

0 comments on commit d4f18cf

Please sign in to comment.