Skip to content

Commit

Permalink
release v1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwing committed Aug 8, 2022
1 parent 8e6532c commit 17cce9b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.3](https://github.com/ajaxorg/ace/compare/v1.9.2...v1.9.3) (2022-08-08)

### [1.9.2](https://github.com/ajaxorg/ace/compare/v1.9.1...v1.9.2) (2022-08-08)

### [1.9.1](https://github.com/ajaxorg/ace/compare/v1.9.0...v1.9.1) (2022-08-08)
Expand Down
2 changes: 1 addition & 1 deletion doc/wiki
Submodule wiki updated from 56ef85 to 3174c3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.2",
"version": "1.9.3",
"homepage": "http://github.com/ajaxorg/ace",
"engines": {
"node": ">= 0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,6 @@ var reportErrorIfPathIsNotConfigured = function() {
}
};

exports.version = "1.9.2";
exports.version = "1.9.3";


0 comments on commit 17cce9b

Please sign in to comment.