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

Commit 627ddef

Browse files
committed
chore(release): 3.5.0 [skip ci]
<a name="3.5.0"></a> # [3.5.0](d1b77f1...v3.5.0) (2018-06-01) ### Features * Handle flags with multiple inputs without the flag before each input ([#25](#25)) ([c636d74](c636d74))
1 parent c636d74 commit 627ddef

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="3.5.0"></a>
2+
# [3.5.0](https://github.com/oclif/parser/compare/d1b77f1c20d7a1263e2222728400f6c3b91d3341...v3.5.0) (2018-06-01)
3+
4+
5+
### Features
6+
7+
* Handle flags with multiple inputs without the flag before each input ([#25](https://github.com/oclif/parser/issues/25)) ([c636d74](https://github.com/oclif/parser/commit/c636d74))
8+
19
<a name="3.4.1"></a>
210
## [3.4.1](https://github.com/oclif/parser/compare/a24c135b91d1902ad9d50636444dc2c14d98c25e...v3.4.1) (2018-05-31)
311

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oclif/parser",
33
"description": "arg and flag parser for oclif",
4-
"version": "3.4.1",
4+
"version": "3.5.0",
55
"author": "Jeff Dickey @jdxcode",
66
"bugs": "https://github.com/oclif/parser/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)