Skip to content

Commit

Permalink
Release new version v0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Jan 3, 2023
1 parent a836f56 commit 6cb2085
Show file tree
Hide file tree
Showing 6 changed files with 10 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.2] - 2023-01-03

- Fix download rate limited by github thanks [@adamdicarlo0](https://github.com/adamdicarlo0) [#68](https://github.com/avencera/rustywind/pull/68)

## [0.15.1] - 2022-09-06

- Fixed removing `\n` newline when formatting from STDIN
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 @@ -3,7 +3,7 @@ authors = ["Praveen Perera <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
name = "rustywind"
version = "0.15.1"
version = "0.15.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/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.1",
VERSION: "v0.15.2",
};
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.

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.15.1",
"version": "0.15.2",
"description": "CLI for organizing Tailwind CSS classes",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 6cb2085

Please sign in to comment.