diff --git a/CHANGELOG.md b/CHANGELOG.md index aaea3ea..470cfff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.5] - 2025-07-02 + +### Changed +- 更新README中所有NPM徽章CDN地址 + ## [1.0.4] - 2025-07-02 ### Changed diff --git a/README-EN.md b/README-EN.md index 47146f2..b3f2337 100644 --- a/README-EN.md +++ b/README-EN.md @@ -56,7 +56,7 @@ pnpm add jordium-gantt-vue3 --- > 💡 **Badge Downloads**: -> - npm version badge:https://badge.fury.io/ +> - npm version badge:https://img.shields.io/npm/v/jordium-gantt-vue3.svg > - MIT license badge:https://img.shields.io/badge/license-MIT-blue.svg > - Vue version badge:https://img.shields.io/badge/vue-3.x-green.svg > - TypeScript badge:https://img.shields.io/badge/typescript-5.x-blue.svg diff --git a/README.md b/README.md index 8a314e3..165880e 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ pnpm add jordium-gantt-vue3 --- > 💡 **徽章下载**: -> - npm 版本徽章:https://badge.fury.io/ +> - npm 版本徽章:https://img.shields.io/npm/v/jordium-gantt-vue3.svg > - MIT 许可证徽章:https://img.shields.io/badge/license-MIT-blue.svg > - Vue 版本徽章:https://img.shields.io/badge/vue-3.x-green.svg > - TypeScript 徽章:https://img.shields.io/badge/typescript-5.x-blue.svg diff --git a/demo/version-history.json b/demo/version-history.json index 5cf49ab..4ceb4b8 100644 --- a/demo/version-history.json +++ b/demo/version-history.json @@ -100,5 +100,10 @@ "version": "1.0.4", "date": "2025-07-02", "notes": ["修改NPM徽章CDN"] + }, + { + "version": "1.0.5", + "date": "2025-07-02", + "notes": ["更新README中所有NPM徽章CDN地址"] } ] diff --git a/package.json b/package.json index ae6d0af..d784300 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jordium-gantt-vue3", - "version": "1.0.4", + "version": "1.0.5", "type": "module", "main": "dist/jordium-gantt-vue3.cjs.js", "module": "dist/jordium-gantt-vue3.es.js", @@ -13,6 +13,7 @@ "type": "git", "url": "https://github.com/nelson820125/jordium-gantt-vue3" }, + "homepage": "https://nelson820125.github.io/jordium-gantt-vue3/", "keywords": [ "gantt", "vue",