Skip to content

Commit

Permalink
chore(main): release 0.2.1 (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 28, 2024
1 parent dfa7be4 commit acf7f94
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.2.1"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [0.2.1](https://github.com/catppuccin/cursors/compare/v0.2.0...v0.2.1) (2024-05-28)


### Performance Improvements

* exponential speed-up in build time ([a8aa241](https://github.com/catppuccin/cursors/commit/a8aa241c085d1b318097f77d1be807a57af45417))


### Build system & distribution

* generate zips in lowercase ([a8aa241](https://github.com/catppuccin/cursors/commit/a8aa241c085d1b318097f77d1be807a57af45417))
* use release-please ([#20](https://github.com/catppuccin/cursors/issues/20)) ([d3aa4fd](https://github.com/catppuccin/cursors/commit/d3aa4fde72e57b5e189bec6ade36ffdbbe32a3d8))
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This project is a modification of [Volantes Cursors](https://github.com/varlesh/

<!-- x-release-please-start-version -->

1. Download your preferred flavor and accent from the [latest GitHub release](https://github.com/catppuccin/cursors/releases/tag/v0.2.0).
1. Download your preferred flavor and accent from the [latest GitHub release](https://github.com/catppuccin/cursors/releases/tag/v0.2.1).

1. Extract the downloaded zip to one of the following locations:

Expand All @@ -56,7 +56,7 @@ This project is a modification of [Volantes Cursors](https://github.com/varlesh/

```bash
cd $HOME/.icons # or `/usr/share/icons`
curl -LOsS https://github.com/catppuccin/cursors/releases/download/v0.2.0/catppuccin-frappe-blue-cursors.zip
curl -LOsS https://github.com/catppuccin/cursors/releases/download/v0.2.1/catppuccin-frappe-blue-cursors.zip
unzip catppuccin-frappe-blue-cursors.zip
```

Expand Down

0 comments on commit acf7f94

Please sign in to comment.