From c99c8f1055fae7ed221383aee010b65d93bad0e9 Mon Sep 17 00:00:00 2001 From: Praveen Perera Date: Tue, 3 Jan 2023 21:03:36 -0600 Subject: [PATCH] Release new version `v0.15.3` --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- npm/lib/constants.js | 2 +- npm/package-lock.json | 4 ++-- npm/package.json | 8 ++++++-- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84d7fc1..75e60ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [0.15.3] - 2023-01-03 + +- Fix npm publishing thanks [@adamdicarlo0](https://github.com/adamdicarlo0) [#69](https://github.com/avencera/rustywind/pull/69) + ## [0.15.2] - 2023-01-03 - Fix download rate limited by github thanks [@adamdicarlo0](https://github.com/adamdicarlo0) [#68](https://github.com/avencera/rustywind/pull/68) diff --git a/Cargo.toml b/Cargo.toml index 2a5ef08..3da41eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Praveen Perera "] edition = "2021" license = "Apache-2.0" name = "rustywind" -version = "0.15.2" +version = "0.15.3" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/npm/lib/constants.js b/npm/lib/constants.js index ec074ae..4a52294 100644 --- a/npm/lib/constants.js +++ b/npm/lib/constants.js @@ -3,5 +3,5 @@ module.exports = { REPO: "avencera/rustywind", - VERSION: "v0.15.2", + VERSION: "v0.15.3", }; diff --git a/npm/package-lock.json b/npm/package-lock.json index 7caae8b..9cdf13d 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "rustywind", - "version": "0.15.2", + "version": "0.15.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rustywind", - "version": "0.15.2", + "version": "0.15.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/npm/package.json b/npm/package.json index 3f5c450..c260d58 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "rustywind", - "version": "0.15.2", + "version": "0.15.3", "description": "CLI for organizing Tailwind CSS classes", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -8,7 +8,11 @@ "install": "node ./lib/postinstall.js", "prepack": "node ./lib/update-release.js" }, - "files": ["bin/", "lib/", "release.json"], + "files": [ + "bin/", + "lib/", + "release.json" + ], "repository": { "type": "git", "url": "git+https://github.com/avencera/rustywind.git"