diff --git a/CHANGELOG.md b/CHANGELOG.md index a81ecc60..e3b59261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.2] - 2022-07-27 + ### Fixed - Fixed var expression with trailing comments on initial prefix being collapsed leading to malformed formatting ([#509](https://github.com/JohnnyMorganz/StyLua/issues/509)) - Fixed return with comment between return and expression being collapsed leading to malformed formatting ([#504](https://github.com/JohnnyMorganz/StyLua/issues/504)) diff --git a/Cargo.lock b/Cargo.lock index 715e7184..437da488 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -887,7 +887,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "stylua" -version = "0.14.1" +version = "0.14.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 0bfc3612..b0134e36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylua" -version = "0.14.1" +version = "0.14.2" authors = ["JohnnyMorganz "] description = "A code formatter for Lua" license = "MPL-2.0" diff --git a/README.md b/README.md index 3b6f799f..f74bfcaa 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Add the following to your `.pre-commit-config.yaml` file: ```yaml - repo: https://github.com/JohnnyMorganz/StyLua - rev: v0.14.1 + rev: v0.14.2 hooks: - id: stylua # or stylua-system / stylua-github ``` @@ -68,7 +68,7 @@ It is usable in Node.js, or the in the browser (using a bundler). - [Aftman](https://github.com/LPGhatguy/aftman) ```sh -aftman add johnnymorganz/stylua@0.14.1 +aftman add johnnymorganz/stylua@0.14.2 ``` - A community maintained package repository. Please note, these packages are maintained by third-parties and we do not control their packaging manifests. diff --git a/wasm/package.json b/wasm/package.json index 1d42aa25..dc2618bd 100644 --- a/wasm/package.json +++ b/wasm/package.json @@ -4,7 +4,7 @@ "JohnnyMorganz " ], "description": "A code formatter for Lua", - "version": "0.14.1", + "version": "0.14.2", "license": "MPL-2.0", "readme": "README.md", "repository": {