-
Notifications
You must be signed in to change notification settings - Fork 3
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
1 parent
c38a6a1
commit f570695
Showing
2 changed files
with
29 additions
and
10 deletions.
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Changelog | ||
|
||
|
||
## v2.2.0 | ||
|
||
[compare changes](https://github.com/JureSotosek/ink-divider/compare/v2.1.0...v2.2.0) | ||
|
||
### 🚀 Enhancements | ||
|
||
- Rewrite whole project ([#10](https://github.com/JureSotosek/ink-divider/pull/10)) | ||
|
||
### 🩹 Fixes | ||
|
||
- **ci:** Fix failing tests ([728cbf2](https://github.com/JureSotosek/ink-divider/commit/728cbf2)) | ||
- **ci:** ✅ fix failing build proveance ([6c67623](https://github.com/JureSotosek/ink-divider/commit/6c67623)) | ||
- Fix repo url ([c38a6a1](https://github.com/JureSotosek/ink-divider/commit/c38a6a1)) | ||
|
||
### 🏡 Chore | ||
|
||
- **release:** V2.2.0 ([e8edca9](https://github.com/JureSotosek/ink-divider/commit/e8edca9)) | ||
- **release:** V2.2.0 ([913dc44](https://github.com/JureSotosek/ink-divider/commit/913dc44)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Okinea Dev ([@okineadev](https://github.com/okineadev)) | ||
|
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": "ink-divider", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Divider component for Ink", | ||
"license": "MIT", | ||
"type": "module", | ||
|
@@ -44,13 +44,6 @@ | |
"patchedDependencies": { | ||
"[email protected]": "patches/[email protected]" | ||
}, | ||
"keywords": [ | ||
"ink", | ||
"ink-component", | ||
"ink-divider", | ||
"ink-cli" | ||
], | ||
"trustedDependencies": [ | ||
"@biomejs/biome" | ||
] | ||
"keywords": ["ink", "ink-component", "ink-divider", "ink-cli"], | ||
"trustedDependencies": ["@biomejs/biome"] | ||
} |