-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
nyxb
committed
May 12, 2023
1 parent
9c0e98d
commit 2a5a677
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,20 @@ | ||
# Changelog | ||
|
||
|
||
## v0.1.3 | ||
|
||
[compare changes](https://github.com/nyxb/consolji/compare/v0.1.2...v0.1.3) | ||
|
||
|
||
### 🏡 Chore | ||
|
||
- **github-assets:** Add cover-github-consolji.png The commit adds a new image file named cover-github-consolji.png to the .github/assets directory. This image file will be used as a cover image for the GitHub repository. ([d13b063](https://github.com/nyxb/consolji/commit/d13b063)) | ||
- **consolji.ts:** Remove unused time functions The time functions were not being used and were removed to improve code readability and maintainability. ([9c0e98d](https://github.com/nyxb/consolji/commit/9c0e98d)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Nyxb <[email protected]> | ||
|
||
## v0.1.2 | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "consolji", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Magical Console Wrapper with Conventional💙Commits", | ||
"author": "Dennis Ollhoff <[email protected]>", | ||
"license": "MIT", | ||
|