Skip to content

Commit

Permalink
updated version number to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Sep 12, 2019
1 parent 8bcc751 commit 8d8ea9a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
["display.hxml"]
],
"[haxe]": {
"editor.formatOnSave":true
"editor.formatOnSave": true,
"editor.formatOnPaste": true
},
"haxecheckstyle.sourceFolders": [
"src",
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## dev branch / next version (1.x.x)

## version 1.9.1 (2019-09-12)

- Fixed range format issues ([#528](https://github.com/HaxeCheckstyle/haxe-formatter/issues/528) + [#529](https://github.com/HaxeCheckstyle/haxe-formatter/issues/529) + [#530](https://github.com/HaxeCheckstyle/haxe-formatter/issues/530))

## version 1.9.0 (2019-09-10)
Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"style"
],
"description": "A code formatter for Haxe",
"version": "1.9.0",
"releasenote": "Added indentation options for conditionalPolicy, added range format API and bugfixes - see CHANGELOG for details.",
"version": "1.9.1",
"releasenote": "Fixed issues with range formatting API - see CHANGELOG for details.",
"contributors": [
"AlexHaxe",
"Gama11"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haxe-formatter",
"version": "1.9.0",
"version": "1.9.1",
"description": "A code formatter for Haxe",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8d8ea9a

Please sign in to comment.