From 6ad31238870282160daba0a4ab7ce39ba80a6109 Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Wed, 10 Aug 2022 10:11:23 +0200 Subject: [PATCH] release v1.9.5 --- CHANGELOG.md | 7 +++++++ build | 2 +- package.json | 2 +- src/config.js | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a05113b4bd6..fbff8084bb5 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.9.5](https://github.com/ajaxorg/ace/compare/v1.9.4...v1.9.5) (2022-08-10) + + +### Bug Fixes + +* reverted fix build script CSS extract with `options.compress` ([#4894](https://github.com/ajaxorg/ace/issues/4894)) ([8fa4500](https://github.com/ajaxorg/ace/commit/8fa45008887c957bc9c78c65e805e73240f2b33f)) + ### [1.9.4](https://github.com/ajaxorg/ace/compare/v1.9.2...v1.9.4) (2022-08-09) ### [1.9.3](https://github.com/ajaxorg/ace/compare/v1.9.2...v1.9.3) (2022-08-08) diff --git a/build b/build index 8a1ba3dc5a8..d902f77d265 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 8a1ba3dc5a81ce545b966590797c0ef885b30a30 +Subproject commit d902f77d26530c20456663de35fd11d228f78df9 diff --git a/package.json b/package.json index d64b2eed942..30155c94329 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.9.4", + "version": "1.9.5", "homepage": "http://github.com/ajaxorg/ace", "engines": { "node": ">= 0.6.0" diff --git a/src/config.js b/src/config.js index bbc8dc01f29..ec15415bb12 100644 --- a/src/config.js +++ b/src/config.js @@ -141,6 +141,6 @@ var reportErrorIfPathIsNotConfigured = function() { } }; -exports.version = "1.9.4"; +exports.version = "1.9.5";