diff --git a/CHANGELOG.md b/CHANGELOG.md index b010805b7..0ca7bdbe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. See [standa --- +## [sdk-v0.13.0](https://github.com/live-codes/livecodes/compare/v47...sdk-v0.13.0) (2026-02-08) + +### Highlights for this release + +- Add `minizinc` to `Language` (Minizinc language support). +- Add `bn`, `nl`, `id` and `tr` to `AppLanguage` (Bengali, Dutch, Indonesian and Turkish translations). +- Remove `enableAI` config option (see [#937](https://github.com/live-codes/livecodes/pull/937)) + +--- + ## [v47](https://github.com/live-codes/livecodes/compare/v46...v47) (2025-10-04) ### Highlights for this release diff --git a/src/sdk/package.sdk.json b/src/sdk/package.sdk.json index 54d584186..0a1923c7a 100644 --- a/src/sdk/package.sdk.json +++ b/src/sdk/package.sdk.json @@ -1,6 +1,6 @@ { "name": "livecodes", - "version": "0.12.0", + "version": "0.13.0", "description": "A Code Playground That Just Works!", "author": "Hatem Hosny", "license": "MIT",