Skip to content

Commit 85f5a99

Browse files
release: 7.9.0
1 parent 54b80b1 commit 85f5a99

4 files changed

Lines changed: 18 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.8.0"
2+
".": "7.9.0"
33
}

CHANGELOG.md

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

3+
## 7.9.0 (2026-03-25)
4+
5+
Full Changelog: [v7.8.0...v7.9.0](https://github.com/trycourier/courier-node/compare/v7.8.0...v7.9.0)
6+
7+
### Features
8+
9+
* **api:** add create/retrieve/archive/publish/replace methods to notifications ([54b80b1](https://github.com/trycourier/courier-node/commit/54b80b1ede8ea8bcd51bd082699b3b03f9f9e7a7))
10+
11+
12+
### Chores
13+
14+
* **ci:** skip lint on metadata-only changes ([5c639a9](https://github.com/trycourier/courier-node/commit/5c639a9b279a4ef170299eb8e3c8ef1acd2eebce))
15+
* **internal:** tweak CI branches ([ed8bdf8](https://github.com/trycourier/courier-node/commit/ed8bdf810c55674ee1d77078d09dc4455130ff74))
16+
* **internal:** update gitignore ([59d1fe1](https://github.com/trycourier/courier-node/commit/59d1fe1affea4f6d43a530ccd3b15ca9ae10e165))
17+
318
## 7.8.0 (2026-03-12)
419

520
Full Changelog: [v7.7.1...v7.8.0](https://github.com/trycourier/courier-node/compare/v7.7.1...v7.8.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.8.0",
3+
"version": "7.9.0",
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.8.0'; // x-release-please-version
1+
export const VERSION = '7.9.0'; // x-release-please-version

0 commit comments

Comments
 (0)