Skip to content

Commit

Permalink
v0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Aug 27, 2022
1 parent c91e97e commit f09d21b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion 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.3] - 2022-08-27

### Fixed

- Fixed macOS aarch64 target in release workflow ([#528](https://github.com/JohnnyMorganz/StyLua/issues/528))
Expand Down Expand Up @@ -447,7 +449,8 @@ For example, using `stylua -g *.lua -g !*.spec.lua .` will format all Lua files
## [0.1.0-alpha] - 2020-12-22
Initial alpha release

[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v0.14.2...HEAD
[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v0.14.3...HEAD
[0.14.2]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.14.3
[0.14.2]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.14.2
[0.14.1]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.14.1
[0.14.0]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.14.0
Expand Down
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.2"
version = "0.14.3"
authors = ["JohnnyMorganz <[email protected]>"]
description = "A code formatter for Lua"
license = "MPL-2.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.2
rev: v0.14.3
hooks:
- id: stylua # or stylua-system / stylua-github
```
Expand Down
4 changes: 2 additions & 2 deletions stylua-npm-bin/package-lock.json

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

2 changes: 1 addition & 1 deletion stylua-npm-bin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@johnnymorganz/stylua-bin",
"version": "0.14.2",
"version": "0.14.3",
"description": "A code formatter for Lua",
"bin": {
"stylua": "./run.js"
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.2",
"version": "0.14.3",
"license": "MPL-2.0",
"readme": "README.md",
"repository": {
Expand Down

0 comments on commit f09d21b

Please sign in to comment.