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

Commit 259e29a

Browse files
committed
chore(release): 0.0.6 [skip ci]
<a name="0.0.6"></a> ## [0.0.6](8923a8c...v0.0.6) (2018-01-30) ### Bug Fixes * add typing to flag output ([967cd55](967cd55))
1 parent 967cd55 commit 259e29a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
<a name="0.0.6"></a>
2+
## [0.0.6](https://github.com/dxcli/parser/compare/8923a8c098c8d7dc1a6ccb2d18e3a625cb7b5c8c...v0.0.6) (2018-01-30)
3+
4+
5+
### Bug Fixes
6+
7+
* add typing to flag output ([967cd55](https://github.com/dxcli/parser/commit/967cd55))
8+
19
<a name="0.0.5"></a>
210
## [0.0.5](https://github.com/dxcli/parser/compare/02b2109bb9c98a5d5745fd9ad798e745e23ab26d...v0.0.5) (2018-01-26)
311

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dxcli/parser",
33
"description": "arg and flag parser for dxcli",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"author": "Jeff Dickey @jdxcode",
66
"bugs": "https://github.com/dxcli/parser/issues",
77
"dependencies": {
@@ -14,6 +14,7 @@
1414
"@commitlint/config-conventional": "^6.0.2",
1515
"@dxcli/dev": "^2.0.16",
1616
"@dxcli/nyc-config": "^0.0.4",
17+
"@dxcli/semantic-release": "1",
1718
"@dxcli/tslint": "^0.1.3",
1819
"@heroku/linewrap": "^1.0.0",
1920
"chai": "^4.1.2",

0 commit comments

Comments
 (0)