Skip to content

Commit

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

## [Unreleased]

## [0.11.0] - 2021-06-11

- Sorts responsive classes with the same default sorter [#28](https://github.com/avencera/rustywind/issues/28)

## [0.10.0] - 2021-06-10

- Run on multiple files or folders
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
Expand Up @@ -2,7 +2,7 @@
authors = ["Praveen Perera <praveen@avencera.com>"]
edition = "2018"
name = "rustywind"
version = "0.10.0"
version = "0.11.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.10.0";
const VERSION = "v0.11.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.10.0",
"version": "0.11.0",
"description": "CLI for organizing Tailwind CSS classes",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 7425b0d

Please sign in to comment.