Skip to content

Commit 8ec8545

Browse files
release: 7.9.0
1 parent 098b5bf commit 8ec8545

4 files changed

Lines changed: 21 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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 7.9.0 (2026-03-31)
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+
* **api:** add routing strategies resource ([098b5bf](https://github.com/trycourier/courier-node/commit/098b5bfb4492f65378a040dc55bd10347fef01a6))
11+
* **types:** add ElementalHTMLNodeWithType type ([a7eef34](https://github.com/trycourier/courier-node/commit/a7eef34526a3c4c83f63012faeb424aa7616c893))
12+
* **types:** add html node variant to ElementalNode ([4451780](https://github.com/trycourier/courier-node/commit/44517800e358607139eec706b75f05efd9cf6ebb))
13+
14+
15+
### Chores
16+
17+
* **ci:** skip lint on metadata-only changes ([5c639a9](https://github.com/trycourier/courier-node/commit/5c639a9b279a4ef170299eb8e3c8ef1acd2eebce))
18+
* **internal:** tweak CI branches ([ed8bdf8](https://github.com/trycourier/courier-node/commit/ed8bdf810c55674ee1d77078d09dc4455130ff74))
19+
* **internal:** update gitignore ([59d1fe1](https://github.com/trycourier/courier-node/commit/59d1fe1affea4f6d43a530ccd3b15ca9ae10e165))
20+
321
## 7.8.0 (2026-03-12)
422

523
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)