Skip to content

Commit

Permalink
0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Mar 28, 2021
1 parent 30350de commit 49f8795
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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,7 +1,7 @@
[package]
name = "sane-fmt"
description = "Opinionated code formatter for TypeScript and JavaScript"
version = "0.8.3"
version = "0.8.4"
authors = ["khai96_ <hvksmr1996@gmail.com>"]
license = "MIT"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion nodejs/wasm32-wasi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sane-fmt/wasm32-wasi",
"version": "0.8.3",
"version": "0.8.4",
"description": "Opinionated code formatter for TypeScript and JavaScript",
"private": false,
"homepage": "https://github.com/sane-fmt/sane-fmt",
Expand Down
2 changes: 1 addition & 1 deletion nodejs/x86_64-apple-darwin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sane-fmt/x86_64-apple-darwin",
"version": "0.8.3",
"version": "0.8.4",
"description": "Opinionated code formatter for TypeScript and JavaScript",
"private": false,
"homepage": "https://github.com/sane-fmt/sane-fmt",
Expand Down
2 changes: 1 addition & 1 deletion nodejs/x86_64-pc-windows-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sane-fmt/x86_64-pc-windows-gnu",
"version": "0.8.3",
"version": "0.8.4",
"description": "Opinionated code formatter for TypeScript and JavaScript",
"private": false,
"homepage": "https://github.com/sane-fmt/sane-fmt",
Expand Down
2 changes: 1 addition & 1 deletion nodejs/x86_64-pc-windows-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sane-fmt/x86_64-pc-windows-msvc",
"version": "0.8.3",
"version": "0.8.4",
"description": "Opinionated code formatter for TypeScript and JavaScript",
"private": false,
"homepage": "https://github.com/sane-fmt/sane-fmt",
Expand Down
2 changes: 1 addition & 1 deletion nodejs/x86_64-unknown-linux-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sane-fmt/x86_64-unknown-linux-gnu",
"version": "0.8.3",
"version": "0.8.4",
"description": "Opinionated code formatter for TypeScript and JavaScript",
"private": false,
"homepage": "https://github.com/sane-fmt/sane-fmt",
Expand Down
2 changes: 1 addition & 1 deletion nodejs/x86_64-unknown-linux-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sane-fmt/x86_64-unknown-linux-musl",
"version": "0.8.3",
"version": "0.8.4",
"description": "Opinionated code formatter for TypeScript and JavaScript",
"private": false,
"homepage": "https://github.com/sane-fmt/sane-fmt",
Expand Down

0 comments on commit 49f8795

Please sign in to comment.