Skip to content

Commit ee54c3c

Browse files
release: 0.19.1
1 parent 4ea026d commit ee54c3c

6 files changed

Lines changed: 14 additions & 5 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-
".": "0.19.0"
2+
".": "0.19.1"
33
}

CHANGELOG.md

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

3+
## 0.19.1 (2026-02-11)
4+
5+
Full Changelog: [v0.19.0...v0.19.1](https://github.com/isaacus-dev/isaacus-typescript/compare/v0.19.0...v0.19.1)
6+
7+
### Documentation
8+
9+
* **api:** minor description correction ([01276b0](https://github.com/isaacus-dev/isaacus-typescript/commit/01276b090580218e119d12a689569ccb980297af))
10+
* **api:** update example overflow strategy for enrichment ([4ea026d](https://github.com/isaacus-dev/isaacus-typescript/commit/4ea026d458e41d0cbee6356de3e26b787a60dbd2))
11+
312
## 0.19.0 (2026-02-11)
413

514
Full Changelog: [v0.18.0...v0.19.0](https://github.com/isaacus-dev/isaacus-typescript/compare/v0.18.0...v0.19.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "isaacus",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "The official TypeScript library for the Isaacus API",
55
"author": "Isaacus <support@isaacus.com>",
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": "isaacus-mcp",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "The official MCP Server for the Isaacus API",
55
"author": "Isaacus <support@isaacus.com>",
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
@@ -58,7 +58,7 @@ export const newMcpServer = async () =>
5858
new McpServer(
5959
{
6060
name: 'isaacus_api',
61-
version: '0.19.0',
61+
version: '0.19.1',
6262
},
6363
{
6464
instructions: await getInstructions(),

src/version.ts

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

0 commit comments

Comments
 (0)