Skip to content

Commit df4d330

Browse files
committed
v0.19.1
1 parent 711e4a8 commit df4d330

File tree

7 files changed

+14
-8
lines changed

7 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.19.1] - 2023-11-15
11+
12+
This release has no changes. It resolves an issue in our test suite that may affect downstream package management tooling
13+
failing tests ([#824](https://github.com/JohnnyMorganz/StyLua/issues/824))
14+
1015
## [0.19.0] - 2023-11-12
1116

1217
### Added
@@ -729,7 +734,8 @@ This feature is enabled by default, it can be disabled using `--no-editorconfig`
729734

730735
Initial alpha release
731736

732-
[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v0.19.0...HEAD
737+
[unreleased]: https://github.com/JohnnyMorganz/StyLua/compare/v0.19.1...HEAD
738+
[0.19.1]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.19.1
733739
[0.19.0]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.19.0
734740
[0.18.2]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.18.2
735741
[0.18.1]: https://github.com/JohnnyMorganz/StyLua/releases/tag/v0.18.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stylua"
3-
version = "0.19.0"
3+
version = "0.19.1"
44
authors = ["JohnnyMorganz <[email protected]>"]
55
description = "A code formatter for Lua"
66
license = "MPL-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Add the following to your `.pre-commit-config.yaml` file:
5656

5757
```yaml
5858
- repo: https://github.com/JohnnyMorganz/StyLua
59-
rev: v0.19.0
59+
rev: v0.19.1
6060
hooks:
6161
- id: stylua # or stylua-system / stylua-github
6262
```

stylua-npm-bin/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stylua-npm-bin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@johnnymorganz/stylua-bin",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "A code formatter for Lua",
55
"bin": {
66
"stylua": "./run.js"

wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"JohnnyMorganz <[email protected]>"
55
],
66
"description": "A code formatter for Lua",
7-
"version": "0.19.0",
7+
"version": "0.19.1",
88
"license": "MPL-2.0",
99
"readme": "README.md",
1010
"repository": {

0 commit comments

Comments
 (0)