diff --git a/CHANGELOG.md b/CHANGELOG.md index e51d3011e..4da4f0217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. See [standa --- +## [v11](https://github.com/live-codes/livecodes/compare/v10...v11) (2023-08-18) + +### Features + +- **editor:** support codeium AI code assistant ([2949ccd](https://github.com/live-codes/livecodes/commit/2949ccd4edbfb997cbb75ed34587382c87434ab1)) + +--- + ## [v10](https://github.com/live-codes/livecodes/compare/sdk-v0.1.2...0.0.0) (2023-08-04) ### Bug Fixes diff --git a/package.json b/package.json index e774eb614..d490d68c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "livecodes", "version": "0.0.0", - "appVersion": "10", + "appVersion": "11", "description": "Code Playground That Just Works!", "author": "Hatem Hosny", "license": "MIT",