Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
<a name="3.0.0"></a>
# [3.0.0](v2.0.21...v3.0.0) (2018-01-19)

### Bug Fixes

* add sourceMap ([11375af](11375af))
* added actions ([8782559](8782559))
* export ExitError ([47e372b](47e372b))
* only handle errors once ([f969ff3](f969ff3))
* rethrow errors ([08be292](08be292))
* scope exitErr ([01eac05](01eac05))
* scopes ([e0394f6](e0394f6))
* use old error style ([f10be7d](f10be7d))

### Features

* added styledHeader and styledJSON ([3c9f01d](3c9f01d))
* added styledHeader and styledJSON ([00f2913](00f2913))
* v3 ([07e27d5](07e27d5))
* v3 ([0c03a77](0c03a77))

### BREAKING CHANGES

* removed mocking ability. Use @dxcli/dev-test or
std-mocks instead for this functionality.
  • Loading branch information
heroku-cli committed Jan 19, 2018
1 parent 07e27d5 commit 8036b1e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
<a name="3.0.0"></a>
# [3.0.0](https://github.com/dxcli/cli-ux/compare/v2.0.21...v3.0.0) (2018-01-19)


### Bug Fixes

* add sourceMap ([11375af](https://github.com/dxcli/cli-ux/commit/11375af))
* added actions ([8782559](https://github.com/dxcli/cli-ux/commit/8782559))
* export ExitError ([47e372b](https://github.com/dxcli/cli-ux/commit/47e372b))
* only handle errors once ([f969ff3](https://github.com/dxcli/cli-ux/commit/f969ff3))
* rethrow errors ([08be292](https://github.com/dxcli/cli-ux/commit/08be292))
* scope exitErr ([01eac05](https://github.com/dxcli/cli-ux/commit/01eac05))
* scopes ([e0394f6](https://github.com/dxcli/cli-ux/commit/e0394f6))
* use old error style ([f10be7d](https://github.com/dxcli/cli-ux/commit/f10be7d))


### Features

* added styledHeader and styledJSON ([3c9f01d](https://github.com/dxcli/cli-ux/commit/3c9f01d))
* added styledHeader and styledJSON ([00f2913](https://github.com/dxcli/cli-ux/commit/00f2913))
* v3 ([07e27d5](https://github.com/dxcli/cli-ux/commit/07e27d5))
* v3 ([0c03a77](https://github.com/dxcli/cli-ux/commit/0c03a77))


### BREAKING CHANGES

* removed mocking ability. Use @dxcli/dev-test or
std-mocks instead for this functionality.

<a name="2.1.0"></a>
# [2.1.0](https://github.com/dxcli/cli-ux/compare/v2.0.21...v2.1.0) (2018-01-19)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cli-ux",
"description": "cli IO utilities",
"version": "2.1.1",
"version": "3.0.0",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/dxcli/cli-ux/issues",
"dependencies": {
Expand Down

0 comments on commit 8036b1e

Please sign in to comment.