Skip to content

Commit

Permalink
v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Jul 27, 2022
1 parent 42f1ad8 commit 0ae6a84
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stylua"
version = "0.14.1"
version = "0.14.2"
authors = ["JohnnyMorganz <[email protected]>"]
description = "A code formatter for Lua"
license = "MPL-2.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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/[email protected].1
aftman add johnnymorganz/[email protected].2
```

- A community maintained package repository. Please note, these packages are maintained by third-parties and we do not control their packaging manifests.
Expand Down
2 changes: 1 addition & 1 deletion wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"JohnnyMorganz <[email protected]>"
],
"description": "A code formatter for Lua",
"version": "0.14.1",
"version": "0.14.2",
"license": "MPL-2.0",
"readme": "README.md",
"repository": {
Expand Down

0 comments on commit 0ae6a84

Please sign in to comment.