Skip to content

Commit

Permalink
Release version v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Jul 7, 2021
1 parent 6223065 commit 1a6ef5c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 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.2] - 2021-07-07

- Create dockerized version thanks [@JeroenG](https://github.com/Jeroen-G) [#36](https://github.com/avencera/rustywind/pull/36)

## [0.12.1] - 2021-06-13
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 <[email protected]>"]
edition = "2018"
name = "rustywind"
version = "0.12.1"
version = "0.12.2"

# 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.12.1";
const VERSION = "v0.12.2";
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.12.1",
"version": "0.12.2",
"description": "CLI for organizing Tailwind CSS classes",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 1a6ef5c

Please sign in to comment.