Skip to content

Commit

Permalink
Bumping version to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Apr 14, 2024
1 parent 6f933af commit d83ec02
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [1.12.0] - 2024-04-14

### Added

* Add `ruby.bin_path` preference
* Add `javascript.bin_path` preference

### Changes

* Show close button in toast

### Fixed

* Add missing `await` to check ruby dependencies
* Fix `checkJavascriptDependencies` message

## [1.11.1] - 2024-04-11

### Changed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "synvert",
"productName": "Synvert",
"version": "1.11.1",
"version": "1.12.0",
"description": "Synvert GUI",
"repository": {
"type": "git",
Expand Down

0 comments on commit d83ec02

Please sign in to comment.