From c1e9c1dd0a8c585498764d44c7ce61556e2345ae Mon Sep 17 00:00:00 2001 From: JohnnyMorganz Date: Thu, 22 Sep 2022 16:41:27 +0100 Subject: [PATCH] v0.15.1 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- stylua-npm-bin/package-lock.json | 4 ++-- stylua-npm-bin/package.json | 2 +- wasm/package.json | 2 +- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f01e9fc..d326ff7e 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.15.1] - 2022-09-22 + ### Fixed - Updated parser to fix comments parsing issues ([#585](https://github.com/JohnnyMorganz/StyLua/issues/585), [#587](https://github.com/JohnnyMorganz/StyLua/issues/587)) @@ -573,7 +575,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial alpha release -[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v0.15.0...HEAD +[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v0.15.1...HEAD +[0.15.1]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.15.1 [0.15.0]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.15.0 [0.14.3]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.14.3 [0.14.2]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.14.2 diff --git a/Cargo.lock b/Cargo.lock index a44442a9..a4b065d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -889,7 +889,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "stylua" -version = "0.15.0" +version = "0.15.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index a45442dc..061b9d55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stylua" -version = "0.15.0" +version = "0.15.1" authors = ["JohnnyMorganz "] description = "A code formatter for Lua" license = "MPL-2.0" diff --git a/stylua-npm-bin/package-lock.json b/stylua-npm-bin/package-lock.json index 209427ac..cf67f2dc 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.15.0", + "version": "0.15.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@johnnymorganz/stylua-bin", - "version": "0.15.0", + "version": "0.15.1", "hasInstallScript": true, "license": "MPL-2.0", "dependencies": { diff --git a/stylua-npm-bin/package.json b/stylua-npm-bin/package.json index db52e364..a47dfd24 100644 --- a/stylua-npm-bin/package.json +++ b/stylua-npm-bin/package.json @@ -1,6 +1,6 @@ { "name": "@johnnymorganz/stylua-bin", - "version": "0.15.0", + "version": "0.15.1", "description": "A code formatter for Lua", "bin": { "stylua": "./run.js" diff --git a/wasm/package.json b/wasm/package.json index 4050da26..7322d149 100644 --- a/wasm/package.json +++ b/wasm/package.json @@ -4,7 +4,7 @@ "JohnnyMorganz " ], "description": "A code formatter for Lua", - "version": "0.15.0", + "version": "0.15.1", "license": "MPL-2.0", "readme": "README.md", "repository": {