From 36989022423935d5529e10d8b948d256d5a3b0f0 Mon Sep 17 00:00:00 2001 From: Hatem Hosny Date: Sun, 20 Aug 2023 03:38:03 +0300 Subject: [PATCH] release: v12 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4da4f0217..66a5f10d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. See [standa --- +## [v12](https://github.com/live-codes/livecodes/compare/v11...v12) (2023-08-20) + +### Bug Fixes + +- **app:** fix app url ([ab0d55d](https://github.com/live-codes/livecodes/commit/ab0d55d03b22a9615b85b95ead41f8efc3d396f3)) +- **docs:** fix docs links ([2114e1b](https://github.com/live-codes/livecodes/commit/2114e1b9efeff03f8d58cf096ef06512cde226b5)) + +--- + ## [v11](https://github.com/live-codes/livecodes/compare/v10...v11) (2023-08-18) ### Features diff --git a/package.json b/package.json index d490d68c1..bd64f0d6c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "livecodes", "version": "0.0.0", - "appVersion": "11", + "appVersion": "12", "description": "Code Playground That Just Works!", "author": "Hatem Hosny", "license": "MIT",