Skip to content

Commit b5fa923

Browse files
release: 1.24.2
1 parent 598ae1b commit b5fa923

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.24.1"
2+
".": "1.24.2"
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+
## 1.24.2 (2025-12-06)
4+
5+
Full Changelog: [v1.24.1...v1.24.2](https://github.com/e-invoice-be/e-invoice-ts/compare/v1.24.1...v1.24.2)
6+
7+
### Chores
8+
9+
* **internal:** codegen related update ([598ae1b](https://github.com/e-invoice-be/e-invoice-ts/commit/598ae1b25720d247b083ec573e7c1fd34b5301b8))
10+
311
## 1.24.1 (2025-12-06)
412

513
Full Changelog: [v1.24.0...v1.24.1](https://github.com/e-invoice-be/e-invoice-ts/compare/v1.24.0...v1.24.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "e-invoice-api",
3-
"version": "1.24.1",
3+
"version": "1.24.2",
44
"description": "The official TypeScript library for the e-invoice API",
55
"author": "e-invoice <[email protected]>",
66
"types": "dist/index.d.ts",

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "e-invoice-api-mcp",
3-
"version": "1.24.1",
3+
"version": "1.24.2",
44
"description": "The official MCP Server for the e-invoice.be Peppol API",
55
"author": "e-invoice <[email protected]>",
66
"types": "dist/index.d.ts",

packages/mcp-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const newMcpServer = () =>
3434
new McpServer(
3535
{
3636
name: 'e_invoice_api_api',
37-
version: '1.24.1',
37+
version: '1.24.2',
3838
},
3939
{ capabilities: { tools: {}, logging: {} } },
4040
);

src/version.ts

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

0 commit comments

Comments
 (0)