Skip to content

Commit

Permalink
prepare v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Jun 1, 2024
1 parent 5fd2098 commit 4ec07fb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [v1.0.2] - 01 June 2024

### Sponsors

- Shoutout @AKP2401 As one-time 5$ sponsor
Expand Down Expand Up @@ -93,7 +95,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial public release 🎊

[unreleased]: https://github.com/ful1e5/bibata/compare/v1.0.1...main
[unreleased]: https://github.com/ful1e5/bibata/compare/v1.0.2...main
[v1.0.2]: https://github.com/ful1e5/bibata/compare/v1.0.2...v1.0.1
[v1.0.1]: https://github.com/ful1e5/bibata/compare/v1.0.1...v1.0.0
[v1.0.0]: https://github.com/ful1e5/bibata/compare/v1.0.0...v1.0.0-beta.0
[v1.0.0-beta.0]: https://github.com/ful1e5/bibata/compare/v1.0.0-alpha.1...v1.0.0-beta.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bibata",
"description": "CLI for converting cursor svg files to png.",
"author": "Abdulkaiz Khatri <kaizmandhu@gmail.com>",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"bugs": {
"url": "https://github.com/ful1e5/bibata/issues",
Expand Down
1 change: 1 addition & 0 deletions src/configs.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Color, Colors, Delays } from 'bibata/app';

export const VERSIONS = [
'1.0.2',
'1.0.1',
'1.0.0',
'1.0.0-beta.0',
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const LIB_VERSION = "1.0.1";
export const LIB_VERSION = "1.0.2";

0 comments on commit 4ec07fb

Please sign in to comment.