Skip to content

Commit d5d009e

Browse files
chore(release): nx-semantic-release-v2.10.0 [skip ci]
## [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)
1 parent 6846874 commit d5d009e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/nx-semantic-release/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [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)
2+
3+
4+
### Features
5+
6+
* 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)
7+
18
## [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)
29

310

packages/nx-semantic-release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theunderscorer/nx-semantic-release",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"description": "Semantic release for NX.",
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)