diff --git a/CHANGELOG.md b/CHANGELOG.md index a4c3d23..c68d61a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [1.0.5]- 23 Oct 2020 + ### Added - utils `getFrameName.ts` added. @@ -86,7 +88,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Logo and badges - CI/CD Pipelines -[unreleased]: https://github.com/ful1e5/apple_cursor/compare/1.0.4...main +[unreleased]: https://github.com/ful1e5/apple_cursor/compare/v1.0.5...main +[1.0.5]: https://github.com/ful1e5/apple_cursor/compare/1.0.4...v1.0.5 [1.0.4]: https://github.com/ful1e5/apple_cursor/compare/1.0.3...1.0.4 [1.0.3]: https://github.com/ful1e5/apple_cursor/compare/1.0.2...1.0.3 [1.0.2]: https://github.com/ful1e5/apple_cursor/compare/1.0.1-beta...1.0.2 diff --git a/package.json b/package.json index adcc9a9..e232695 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apple_cursor", - "version": "1.0.4", + "version": "1.0.5", "description": "Enjoy upcoming `macOS Big Sur` Cursor Theme 🥳", "main": "index.js", "scripts": {