Skip to content

Commit 08617e2

Browse files
chore(main): release 18.1.0 (#6)
🤖 I have created a release *beep* *boop* --- ## [18.1.0](v18.0.2...v18.1.0) (2025-12-16) ### Features * Add additional-paths config to specify dependencies outside of package ([#5](#5)) ([760afee](760afee)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9fcb1be commit 08617e2

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "18.0.2"
2+
".": "18.1.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://www.npmjs.com/package/release-please?activeTab=versions
66

7+
## [18.1.0](https://github.com/nominal-io/release-please/compare/v18.0.2...v18.1.0) (2025-12-16)
8+
9+
10+
### Features
11+
12+
* Add additional-paths config to specify dependencies outside of package ([#5](https://github.com/nominal-io/release-please/issues/5)) ([760afee](https://github.com/nominal-io/release-please/commit/760afee59850ff5223dfeb506acd04a9374e1396))
13+
714
## [18.0.2](https://github.com/nominal-io/release-please/compare/v18.0.1...v18.0.2) (2025-11-06)
815

916

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nominal-io/release-please",
3-
"version": "18.0.2",
3+
"version": "18.1.0",
44
"description": "generate release PRs based on the conventionalcommits.org spec",
55
"main": "./build/src/index.js",
66
"bin": "./build/src/bin/release-please.js",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ export const configSchema = require('../../schemas/config.json');
6363
export const manifestSchema = require('../../schemas/manifest.json');
6464

6565
// x-release-please-start-version
66-
export const VERSION = '18.0.2';
66+
export const VERSION = '18.1.0';
6767
// x-release-please-end

0 commit comments

Comments
 (0)