Skip to content

Commit

Permalink
chore(release): nx-semantic-release-v2.10.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.10.0](nx-semantic-release-v2.9.0...nx-semantic-release-v2.10.0) (2023-12-28)

### Features

* infer the `outputPath` option from the `options.outputPath` of the specified `buildTarget` if none was provided ([6846874](6846874)), closes [#52](#52)
  • Loading branch information
semantic-release-bot committed Dec 28, 2023
1 parent 6846874 commit d5d009e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/nx-semantic-release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.10.0](https://github.com/TheUnderScorer/nx-semantic-release/compare/nx-semantic-release-v2.9.0...nx-semantic-release-v2.10.0) (2023-12-28)


### Features

* infer the `outputPath` option from the `options.outputPath` of the specified `buildTarget` if none was provided ([6846874](https://github.com/TheUnderScorer/nx-semantic-release/commit/6846874d5c3b103e5c6aa23c6e6abb117ff00994)), closes [#52](https://github.com/TheUnderScorer/nx-semantic-release/issues/52)

## [2.9.0](https://github.com/TheUnderScorer/nx-semantic-release/compare/nx-semantic-release-v2.8.0...nx-semantic-release-v2.9.0) (2023-12-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/nx-semantic-release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theunderscorer/nx-semantic-release",
"version": "2.9.0",
"version": "2.10.0",
"description": "Semantic release for NX.",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit d5d009e

Please sign in to comment.