Skip to content

Commit

Permalink
chore(nx-heroku): release version 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Apr 18, 2023
1 parent b7ff372 commit 6c4ec3c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/nx-heroku/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.3.0](https://github.com/getlarge/nx-heroku/compare/nx-heroku-0.2.3...nx-heroku-0.3.0) (2023-04-18)

### Features

- **nx-heroku:** add function to show repo size ([eedcc26](https://github.com/getlarge/nx-heroku/commit/eedcc267e0def84b43ad5d5e2ea2a3f43a72cc0d))
- **nx-heroku:** add option for deployment destination ([85b063f](https://github.com/getlarge/nx-heroku/commit/85b063f76e18c23d9b6aa54ad207088335fed280))

### Bug Fixes

- **nx-heroku:** only return config vars that are defined ([a9c4251](https://github.com/getlarge/nx-heroku/commit/a9c4251a8310659273b5eacb58fd4ee278e1a387))
- separate post targets and add quotes to generated changelog ([02a0f88](https://github.com/getlarge/nx-heroku/commit/02a0f8822672ea2d2931c20f424056b91cec5b1b))

## [0.2.3](https://github.com/getlarge/nx-heroku/compare/nx-heroku-0.2.2...nx-heroku-0.2.3) (2023-03-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-heroku/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aloes/nx-heroku",
"version": "0.2.3",
"version": "0.3.0",
"main": "src/index.js",
"license": "MIT",
"generators": "./generators.json",
Expand Down

0 comments on commit 6c4ec3c

Please sign in to comment.