Skip to content

Commit

Permalink
chore(nx-heroku): release version 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Mar 1, 2023
1 parent 83a3cc4 commit a515629
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/nx-heroku/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

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

## [0.2.0](https://github.com/getlarge/nx-heroku/compare/nx-heroku-0.1.2...nx-heroku-0.2.0) (2023-03-01)

### Features

- **nx-heroku:** add separate helpers for plugins and buildpacks ([157d68c](https://github.com/getlarge/nx-heroku/commit/157d68c46fc09057ff3027da4818d272c0c5f176))
- **nx-heroku:** return and format updated config vars ([5d35801](https://github.com/getlarge/nx-heroku/commit/5d358015e3e911bcd62270794a68c8581127028c))

### Bug Fixes

- **nx-heroku:** improve exec error handling ([90d1dbf](https://github.com/getlarge/nx-heroku/commit/90d1dbf9af1a962b2c0fe6f7537aec4eab3cbd60))
- **nx-heroku:** improve logging and buildpacks setup ([fd37841](https://github.com/getlarge/nx-heroku/commit/fd3784106b822297e567e3a66d14de33d20ede4a))
- **nx-heroku:** replace hardcoded `apps` by nx config value ([f542c48](https://github.com/getlarge/nx-heroku/commit/f542c487b3b538c6fb4e9e2bd90af38404eb1f87))
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.1.2",
"version": "0.2.0",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json"
Expand Down

0 comments on commit a515629

Please sign in to comment.