diff --git a/CHANGELOG.md b/CHANGELOG.md index e0e71df5..8b6b5dd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.18.1] - 2023-07-15 + ### Fixed - Fixed parentheses around a single Luau type pack in a generic being removed causing syntax errors ([#729](https://github.com/JohnnyMorganz/StyLua/issues/729)) @@ -693,7 +695,8 @@ This feature is enabled by default, it can be disabled using `--no-editorconfig` Initial alpha release -[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v0.18.0...HEAD +[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v0.18.1...HEAD +[0.18.1]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.18.1 [0.18.0]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.18.0 [0.17.1]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.17.1 [0.17.0]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.17.0 diff --git a/Cargo.lock b/Cargo.lock index f21e880f..8fcbaa74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -937,7 +937,7 @@ dependencies = [ [[package]] name = "stylua" -version = "0.18.0" +version = "0.18.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 67df192f..def30d6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylua" -version = "0.18.0" +version = "0.18.1" authors = ["JohnnyMorganz "] description = "A code formatter for Lua" license = "MPL-2.0" diff --git a/README.md b/README.md index f5c3b30d..729f79c8 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Add the following to your `.pre-commit-config.yaml` file: ```yaml - repo: https://github.com/JohnnyMorganz/StyLua - rev: v0.18.0 + rev: v0.18.1 hooks: - id: stylua # or stylua-system / stylua-github ``` diff --git a/stylua-npm-bin/package-lock.json b/stylua-npm-bin/package-lock.json index 8a225f8d..a3fadee4 100644 --- a/stylua-npm-bin/package-lock.json +++ b/stylua-npm-bin/package-lock.json @@ -1,12 +1,12 @@ { "name": "@johnnymorganz/stylua-bin", - "version": "0.18.0", + "version": "0.18.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@johnnymorganz/stylua-bin", - "version": "0.18.0", + "version": "0.18.1", "hasInstallScript": true, "license": "MPL-2.0", "dependencies": { diff --git a/stylua-npm-bin/package.json b/stylua-npm-bin/package.json index 91f53acf..ae1d0da3 100644 --- a/stylua-npm-bin/package.json +++ b/stylua-npm-bin/package.json @@ -1,6 +1,6 @@ { "name": "@johnnymorganz/stylua-bin", - "version": "0.18.0", + "version": "0.18.1", "description": "A code formatter for Lua", "bin": { "stylua": "./run.js" diff --git a/wasm/package.json b/wasm/package.json index 5a2df009..3189468f 100644 --- a/wasm/package.json +++ b/wasm/package.json @@ -4,7 +4,7 @@ "JohnnyMorganz " ], "description": "A code formatter for Lua", - "version": "0.18.0", + "version": "0.18.1", "license": "MPL-2.0", "readme": "README.md", "repository": {