From 56977769aa8b61e57c85ef456cc8fdf9468147ba Mon Sep 17 00:00:00 2001 From: wenqing Date: Fri, 22 Sep 2023 10:10:30 +0800 Subject: [PATCH] chore(release): v1.13.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 3 +-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c33b02..b9e5f80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + ## v1.12.0 [compare changes](https://github.com/yisibell/trickling/compare/v1.11.0...v1.12.0) diff --git a/package.json b/package.json index e5f5ebe..6b51d70 100644 --- a/package.json +++ b/package.json @@ -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": "yisiwings@163.com", @@ -82,5 +82,4 @@ "vue-router": "^4.2.4", "vue-tsc": "^1.8.13" } - } \ No newline at end of file