Skip to content

Commit 8a4d86a

Browse files
authored
chore(main): release 2.3.0 (#194)
1 parent b5c6df9 commit 8a4d86a

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

3+
## [2.3.0](https://github.com/codesandbox/codesandbox-sdk/compare/v2.2.1...v2.3.0) (2025-09-29)
4+
5+
6+
### Features
7+
8+
* trigger release after squash merge ([#195](https://github.com/codesandbox/codesandbox-sdk/issues/195)) ([93e65b3](https://github.com/codesandbox/codesandbox-sdk/commit/93e65b3ae1754db43f72ae223feecb8e912ae7ee))
9+
10+
11+
### Bug Fixes
12+
13+
* allow --help without api key ([#190](https://github.com/codesandbox/codesandbox-sdk/issues/190)) ([3f14843](https://github.com/codesandbox/codesandbox-sdk/commit/3f14843c2ea354cb9ba0c1b9137ca9ca92c2ee60))
14+
* Remove devcontainer folder when .codesandbox/Dockerfile identified ([#196](https://github.com/codesandbox/codesandbox-sdk/issues/196)) ([b5c6df9](https://github.com/codesandbox/codesandbox-sdk/commit/b5c6df9cd6b4c43859e85635c5fde4de50674b3d))
15+
316
## [2.2.1](https://github.com/codesandbox/codesandbox-sdk/compare/v2.2.0...v2.2.1) (2025-09-16)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codesandbox/sdk",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "The CodeSandbox SDK",
55
"author": "CodeSandbox",
66
"license": "MIT",

0 commit comments

Comments
 (0)