diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43c..af55ef03 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..02fe3e6e --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/README.md b/README.md index dd618475..f69cf741 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ This project is a modification of [Volantes Cursors](https://github.com/varlesh/ -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: @@ -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 ```