diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a0fde6367e..30633883248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.31.2](https://github.com/ajaxorg/ace/compare/v1.31.1...v1.31.2) (2023-11-15) + + +### Bug Fixes + +* inline preview with loading state ([05db94f](https://github.com/ajaxorg/ace/commit/05db94f53774f64318de757347f7217043744fe6)) + ### [1.31.1](https://github.com/ajaxorg/ace/compare/v1.31.0...v1.31.1) (2023-10-30) diff --git a/build b/build index 1ac1817ea10..89f8b8c519e 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 1ac1817ea10659f2301858aabde34dcb17b2e67f +Subproject commit 89f8b8c519e73147bc265a408839892383a742af diff --git a/package.json b/package.json index ac00def565b..4b76db4bdac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ace-code", "description": "Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE", - "version": "1.31.1", + "version": "1.31.2", "homepage": "http://github.com/ajaxorg/ace", "engines": { "node": ">= 0.6.0" diff --git a/src/config.js b/src/config.js index b71bfc51eb5..67eafa228ca 100644 --- a/src/config.js +++ b/src/config.js @@ -168,6 +168,6 @@ var reportErrorIfPathIsNotConfigured = function() { } }; -exports.version = "1.31.1"; +exports.version = "1.31.2";