Skip to content

Commit

Permalink
release: 11.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and DannyNemer committed Feb 5, 2025
1 parent a9469a7 commit 88af47a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "11.17.0"
".": "11.18.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 11.18.0 (2025-02-05)

Full Changelog: [v11.17.0...v11.18.0](https://github.com/conductor-is/conductor-node/compare/v11.17.0...v11.18.0)

### Features

* **api:** api update ([#77](https://github.com/conductor-is/conductor-node/issues/77)) ([c4fdbe2](https://github.com/conductor-is/conductor-node/commit/c4fdbe26396edb86c3b4603f806e456418dbcebf))
* **api:** api update ([#79](https://github.com/conductor-is/conductor-node/issues/79)) ([5502fb4](https://github.com/conductor-is/conductor-node/commit/5502fb46fb3b9cebd8af69cf95195d8183b65819))

## 11.17.0 (2025-02-04)

Full Changelog: [v11.16.0...v11.17.0](https://github.com/conductor-is/conductor-node/compare/v11.16.0...v11.17.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conductor-node",
"version": "11.17.0",
"version": "11.18.0",
"description": "The official TypeScript library for the Conductor API",
"author": "Conductor <[email protected]>",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '11.17.0'; // x-release-please-version
export const VERSION = '11.18.0'; // x-release-please-version

0 comments on commit 88af47a

Please sign in to comment.