Skip to content

Commit a515629

Browse files
committed
chore(nx-heroku): release version 0.2.0 [skip ci]
1 parent 83a3cc4 commit a515629

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/nx-heroku/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4+
5+
## [0.2.0](https://github.com/getlarge/nx-heroku/compare/nx-heroku-0.1.2...nx-heroku-0.2.0) (2023-03-01)
6+
7+
### Features
8+
9+
- **nx-heroku:** add separate helpers for plugins and buildpacks ([157d68c](https://github.com/getlarge/nx-heroku/commit/157d68c46fc09057ff3027da4818d272c0c5f176))
10+
- **nx-heroku:** return and format updated config vars ([5d35801](https://github.com/getlarge/nx-heroku/commit/5d358015e3e911bcd62270794a68c8581127028c))
11+
12+
### Bug Fixes
13+
14+
- **nx-heroku:** improve exec error handling ([90d1dbf](https://github.com/getlarge/nx-heroku/commit/90d1dbf9af1a962b2c0fe6f7537aec4eab3cbd60))
15+
- **nx-heroku:** improve logging and buildpacks setup ([fd37841](https://github.com/getlarge/nx-heroku/commit/fd3784106b822297e567e3a66d14de33d20ede4a))
16+
- **nx-heroku:** replace hardcoded `apps` by nx config value ([f542c48](https://github.com/getlarge/nx-heroku/commit/f542c487b3b538c6fb4e9e2bd90af38404eb1f87))

packages/nx-heroku/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aloes/nx-heroku",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"main": "src/index.js",
55
"generators": "./generators.json",
66
"executors": "./executors.json"

0 commit comments

Comments
 (0)