Skip to content

Commit

Permalink
Release version v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Jun 13, 2021
1 parent 9fa0f18 commit 9894d89
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.12.0] - 2021-06-13

- Fix not sorting half classes properly `ex: mt-0.5`
- Sort all variant classes

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Praveen Perera <[email protected]>"]
edition = "2018"
name = "rustywind"
version = "0.11.0"
version = "0.12.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion npm/lib/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (forceInstall) {
console.log("--force, ignoring caches");
}

const VERSION = "v0.11.0";
const VERSION = "v0.12.0";
const BIN_PATH = path.join(__dirname, "../bin");

process.on("unhandledRejection", (reason, promise) => {
Expand Down
2 changes: 1 addition & 1 deletion npm/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 npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rustywind",
"version": "0.11.0",
"version": "0.12.0",
"description": "CLI for organizing Tailwind CSS classes",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 9894d89

Please sign in to comment.