-
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
wenqing
committed
Sep 22, 2023
1 parent
b8f6f49
commit 5697776
Showing
2 changed files
with
13 additions
and
2 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 |
---|---|---|
@@ -1,6 +1,18 @@ | ||
# Changelog | ||
|
||
|
||
## v1.13.0 | ||
|
||
[compare changes](https://github.com/yisibell/trickling/compare/v1.12.0...v1.13.0) | ||
|
||
### 🚀 Enhancements | ||
|
||
- Upgrade typescript to v5 and other non-major deps ([b8f6f49](https://github.com/yisibell/trickling/commit/b8f6f49)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Wenqing <[email protected]> | ||
|
||
## v1.12.0 | ||
|
||
[compare changes](https://github.com/yisibell/trickling/compare/v1.11.0...v1.12.0) | ||
|
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": "trickling", | ||
"version": "1.12.0", | ||
"version": "1.13.0", | ||
"description": "A modern progress bar for web. Featuring realistic trickle animations to convince your users that something is happening!", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -82,5 +82,4 @@ | |
"vue-router": "^4.2.4", | ||
"vue-tsc": "^1.8.13" | ||
} | ||
|
||
} |