Skip to content

Commit

Permalink
Release new version v0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Jan 4, 2023
1 parent 0a65684 commit c99c8f1
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 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.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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Praveen Perera <praveen@avencera.com>"]
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

Expand Down
2 changes: 1 addition & 1 deletion npm/lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

module.exports = {
REPO: "avencera/rustywind",
VERSION: "v0.15.2",
VERSION: "v0.15.3",
};
4 changes: 2 additions & 2 deletions npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions npm/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"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",
"scripts": {
"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"
Expand Down

0 comments on commit c99c8f1

Please sign in to comment.