From 2a5a6778c9ba3b43c3a262eae0473256c271d3f0 Mon Sep 17 00:00:00 2001 From: nyxb Date: Sat, 13 May 2023 00:01:18 +0200 Subject: [PATCH] chore(release): v0.1.3 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6d2906..4b86665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + ## v0.1.2 diff --git a/package.json b/package.json index f2d7354..6c9ddf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "consolji", - "version": "0.1.2", + "version": "0.1.3", "description": "Magical Console Wrapper with Conventional💙Commits", "author": "Dennis Ollhoff ", "license": "MIT",