Skip to content

Commit

Permalink
v7.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jun 20, 2018
1 parent ebdc7da commit 64f5be5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="7.4.3"></a>
## [7.4.3](https://github.com/heroku/cli/compare/v7.4.2...v7.4.3) (2018-06-20)


### Bug Fixes

* removed unused engineStrict field ([ebdc7da](https://github.com/heroku/cli/commit/ebdc7da))




<a name="7.4.2"></a>
## [7.4.2](https://github.com/heroku/cli/compare/v7.4.1...v7.4.2) (2018-06-20)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.4.2",
"version": "7.4.3",
"lerna": "2.11.0",
"packages": [
".",
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": "heroku",
"description": "CLI to interact with Heroku",
"version": "7.4.2",
"version": "7.4.3",
"author": "Jeff Dickey @jdxcode",
"bin": {
"heroku": "./bin/run"
Expand Down

0 comments on commit 64f5be5

Please sign in to comment.