Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Commit 44346a5

Browse files
chore(main): release 0.2.1 (#25)
Co-authored-by: codize-release-please[bot] <250638577+codize-release-please[bot]@users.noreply.github.com>
1 parent af26549 commit 44346a5

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.2.0"}
1+
{".":"0.2.1"}

CHANGELOG.md

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

3+
## [0.2.1](https://github.com/codize-dev/piston-sdk-js/compare/v0.2.0...v0.2.1) (2026-02-28)
4+
5+
6+
### Patches
7+
8+
* make run field optional in ExecuteResponse to match compile ([af26549](https://github.com/codize-dev/piston-sdk-js/commit/af26549a3ea4849df2a5e32a3df9b9a5ab87bf05))
9+
310
## [0.2.0](https://github.com/codize-dev/piston-sdk-js/compare/v0.1.0...v0.2.0) (2026-01-06)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codize/piston",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"license": "MIT",
55
"description": "TypeScript SDK for the Piston code execution API.",
66
"author": "koki-develop <kou.pg.0131@gmail.com>",

0 commit comments

Comments
 (0)