Skip to content

Commit

Permalink
chore(release): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
<a name="1.0.3"></a>
## [1.0.3](heroku/heroku-cli-plugin-config@v1.0.2...v1.0.3) (2018-05-03)

### Bug Fixes

* manifest ([4cc755e](heroku/heroku-cli-plugin-config@4cc755e))
  • Loading branch information
heroku-cli authored and jdx committed Jun 19, 2018
1 parent d3842d2 commit 5afe464
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/heroku-cli-plugin-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="1.0.3"></a>
## [1.0.3](https://github.com/heroku/heroku-cli-plugin-config/compare/v1.0.2...v1.0.3) (2018-05-03)


### Bug Fixes

* manifest ([4cc755e](https://github.com/heroku/heroku-cli-plugin-config/commit/4cc755e))

<a name="1.0.2"></a>
## [1.0.2](https://github.com/heroku/heroku-cli-plugin-config/compare/v1.0.1...v1.0.2) (2018-05-03)

Expand Down
4 changes: 2 additions & 2 deletions packages/heroku-cli-plugin-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ npm install -g @heroku-cli/plugin-config
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-config/1.0.2 linux-x64 node-v10.0.0
@heroku-cli/plugin-config/1.0.3 linux-x64 node-v10.0.0
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
Expand All @@ -45,5 +45,5 @@ OPTIONS
-r, --remote=remote git remote of app to use
```

_See code: [src/commands/config/edit.ts](https://github.com/heroku/heroku-cli-plugin-config/blob/v1.0.2/src/commands/config/edit.ts)_
_See code: [src/commands/config/edit.ts](https://github.com/heroku/heroku-cli-plugin-config/blob/v1.0.3/src/commands/config/edit.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/heroku-cli-plugin-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@heroku-cli/plugin-config",
"version": "1.0.2",
"version": "1.0.3",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/heroku/heroku-cli-plugin-config/issues",
"dependencies": {
Expand Down

0 comments on commit 5afe464

Please sign in to comment.