From 1a6ef5c295c6ebbe64a6e4b7154a66e027416962 Mon Sep 17 00:00:00 2001 From: Praveen Perera Date: Wed, 7 Jul 2021 11:07:28 -0400 Subject: [PATCH] Release version v0.12.2 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- npm/lib/postinstall.js | 2 +- npm/package-lock.json | 2 +- npm/package.json | 2 +- 6 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b602e0..3979a77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index eea8ee7..39c5553 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -347,7 +347,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "rustywind" -version = "0.12.1" +version = "0.12.2" dependencies = [ "aho-corasick", "clap", diff --git a/Cargo.toml b/Cargo.toml index 932540a..39aa5c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Praveen Perera "] 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 diff --git a/npm/lib/postinstall.js b/npm/lib/postinstall.js index d3a0b08..2c2fb9e 100644 --- a/npm/lib/postinstall.js +++ b/npm/lib/postinstall.js @@ -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) => { diff --git a/npm/package-lock.json b/npm/package-lock.json index ddd612e..1ab1e27 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,6 +1,6 @@ { "name": "rustywind", - "version": "0.12.1", + "version": "0.12.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/npm/package.json b/npm/package.json index 8e11d65..6eae26b 100644 --- a/npm/package.json +++ b/npm/package.json @@ -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",