Skip to content

Commit b46ab95

Browse files
chore(main): release 0.17.1 (#445)
🤖 I have created a release *beep* *boop* --- ## [0.17.1](v0.17.0...v0.17.1) (2025-06-02) ### Bug Fixes * re-add support for azure openai ([#444](#444)) ([2c850b5](2c850b5)) --- 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 2c850b5 commit b46ab95

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.17.1](https://github.com/mattzcarey/shippie/compare/v0.17.0...v0.17.1) (2025-06-02)
4+
5+
6+
### Bug Fixes
7+
8+
* re-add support for azure openai ([#444](https://github.com/mattzcarey/shippie/issues/444)) ([2c850b5](https://github.com/mattzcarey/shippie/commit/2c850b5f1ab672ebda9a32e16f57c88f228700f8))
9+
310
## [0.17.0](https://github.com/mattzcarey/shippie/compare/v0.16.0...v0.17.0) (2025-05-28)
411

512

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shippie",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "an extensible code review agent",
55
"bin": {
66
"shippie": "./dist/index.js"
@@ -74,5 +74,7 @@
7474
"tsup": "^8.4.0",
7575
"typescript": "^5.1.6"
7676
},
77-
"files": ["dist/*"]
77+
"files": [
78+
"dist/*"
79+
]
7880
}

0 commit comments

Comments
 (0)