From 7753775b032392f5db55ca2be01305f2e21cb83b Mon Sep 17 00:00:00 2001 From: Ives van Hoorne Date: Thu, 9 Jan 2025 01:01:25 +0100 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5be49af --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## 1.0.0 (2025-01-09) + + +### Features + +* add support for together-ai api token ([af3a023](https://github.com/codesandbox/codesandbox-sdk/commit/af3a0233f1ac8dfae0a0d7cab6b206b4fe1dea5c)) + + +### Bug Fixes + +* don't keep VMs alive with polling ([#10](https://github.com/codesandbox/codesandbox-sdk/issues/10)) ([393d53c](https://github.com/codesandbox/codesandbox-sdk/commit/393d53c68bc4ea33983302fc2056727126124fc8)) +* include sandbox id in build command ([9a737ea](https://github.com/codesandbox/codesandbox-sdk/commit/9a737ea3f6b3a26d6dd7953f7742494bae9d68a7)) +* remove require banner for esm builds ([#15](https://github.com/codesandbox/codesandbox-sdk/issues/15)) ([6995957](https://github.com/codesandbox/codesandbox-sdk/commit/6995957220a3cc0da61f84d472a4e64d9bda0ebc)) + + +### Performance Improvements + +* start a vm while forking ([9b1774c](https://github.com/codesandbox/codesandbox-sdk/commit/9b1774c5d55ef802c069481a10e317e96d618f70)) diff --git a/package-lock.json b/package-lock.json index 52c24f7..00f695c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@codesandbox/sdk", - "version": "0.0.11", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@codesandbox/sdk", - "version": "0.0.11", + "version": "1.0.0", "license": "MIT", "bin": { "csb": "dist/bin/codesandbox.js" diff --git a/package.json b/package.json index 2ba2541..577baa7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codesandbox/sdk", - "version": "0.0.11", + "version": "1.0.0", "description": "The CodeSandbox SDK", "author": "CodeSandbox", "license": "MIT",