Skip to content

Commit 025fe98

Browse files
authored
Merge pull request #21 from TheUncharted/release-please--branches--master--components--zapcode
chore(master): release 1.1.5
2 parents 206961b + 4ce8caa commit 025fe98

File tree

11 files changed

+18
-10
lines changed

11 files changed

+18
-10
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.1.4"
2+
".": "1.1.5"
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.1.5](https://github.com/TheUncharted/zapcode/compare/v1.1.4...v1.1.5) (2026-03-12)
4+
5+
6+
### Bug Fixes
7+
8+
* persist this mutations back to receiver after method calls ([c1b657f](https://github.com/TheUncharted/zapcode/commit/c1b657fdc7658d335ca2c5d8e6c7c8d13098ed7a))
9+
* use latest published versions in examples instead of local paths ([4afd4d9](https://github.com/TheUncharted/zapcode/commit/4afd4d92a2ca8faccce2fe2f5b3dbe2095fb026b))
10+
311
## [1.1.4](https://github.com/TheUncharted/zapcode/compare/v1.1.3...v1.1.4) (2026-03-12)
412

513

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exclude = [
1111
resolver = "2"
1212

1313
[workspace.package]
14-
version = "1.1.4" # x-release-please-version
14+
version = "1.1.5" # x-release-please-version
1515
edition = "2021"
1616
license = "MIT"
1717
repository = "https://github.com/TheUncharted/zapcode"

crates/zapcode-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zapcode-core"
3-
version = "1.1.4" # x-release-please-version
3+
version = "1.1.5" # x-release-please-version
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

crates/zapcode-js/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zapcode-js"
3-
version = "1.1.4" # x-release-please-version
3+
version = "1.1.5" # x-release-please-version
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

crates/zapcode-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unchartedfr/zapcode",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "A minimal, secure TypeScript interpreter for AI agents — Node.js bindings",
55
"main": "index.js",
66
"module": "index.js",

crates/zapcode-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zapcode-py"
3-
version = "1.1.4" # x-release-please-version
3+
version = "1.1.5" # x-release-please-version
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

crates/zapcode-py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "zapcode"
7-
version = "1.1.4" # x-release-please-version
7+
version = "1.1.5" # x-release-please-version
88
description = "A minimal, secure TypeScript interpreter for AI agents — Python bindings"
99
requires-python = ">=3.10"
1010
license = "MIT"

crates/zapcode-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zapcode-wasm"
3-
version = "1.1.4" # x-release-please-version
3+
version = "1.1.5" # x-release-please-version
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

packages/zapcode-ai-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "zapcode-ai"
3-
version = "1.1.4" # x-release-please-version
3+
version = "1.1.5" # x-release-please-version
44
description = "AI SDK integration for Zapcode — let LLMs write and execute TypeScript safely"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)