Skip to content

Commit 483a2ae

Browse files
release: 7.10.1
1 parent 4844fd4 commit 483a2ae

4 files changed

Lines changed: 11 additions & 3 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-
".": "7.10.0"
2+
".": "7.10.1"
33
}

CHANGELOG.md

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

3+
## 7.10.1 (2026-04-09)
4+
5+
Full Changelog: [v7.10.0...v7.10.1](https://github.com/trycourier/courier-node/compare/v7.10.0...v7.10.1)
6+
7+
### Chores
8+
9+
* **internal:** codegen related update ([4844fd4](https://github.com/trycourier/courier-node/commit/4844fd47027894a23b3f4d3f4ab4db960c10f738))
10+
311
## 7.10.0 (2026-04-08)
412

513
Full Changelog: [v7.9.0...v7.10.0](https://github.com/trycourier/courier-node/compare/v7.9.0...v7.10.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trycourier/courier",
3-
"version": "7.10.0",
3+
"version": "7.10.1",
44
"description": "The official TypeScript library for the Courier API",
55
"author": "Courier <support@courier.com>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '7.10.0'; // x-release-please-version
1+
export const VERSION = '7.10.1'; // x-release-please-version

0 commit comments

Comments
 (0)