From 66b0ef1688f997699684c150dc8e97599171559e Mon Sep 17 00:00:00 2001 From: "LINING-PC\\lining" Date: Wed, 2 Jul 2025 14:55:59 +0800 Subject: [PATCH] v1.0.4 - update NPM badge CDN url in README --- CHANGELOG.md | 5 +++++ README-EN.md | 2 +- README.md | 2 +- demo/version-history.json | 5 +++++ package.json | 2 +- 5 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 573013f..aaea3ea 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.4] - 2025-07-02 + +### Changed +- 更新NPM徽章CDN + ## [1.0.3] - 2025-07-02 ### Added diff --git a/README-EN.md b/README-EN.md index b6fdb51..47146f2 100644 --- a/README-EN.md +++ b/README-EN.md @@ -2,7 +2,7 @@ **🌐 Languages**: [📖 English Documentation](./README-EN.md) | [📖 中文文档](./README.md) -[![npm version](https://badge.fury.io/js/jordium-gantt-vue3.svg)](https://badge.fury.io/js/jordium-gantt-vue3) +[![npm version](https://img.shields.io/npm/v/jordium-gantt-vue3.svg?cacheBust=1)](https://www.npmjs.com/package/jordium-gantt-vue3) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![Vue 3](https://img.shields.io/badge/vue-3.x-green.svg)](https://vuejs.org/) [![TypeScript](https://img.shields.io/badge/typescript-5.x-blue.svg)](https://www.typescriptlang.org/) diff --git a/README.md b/README.md index cbfc1c9..8a314e3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **🌐 Languages**: [📖 English Documentation](./README-EN.md) | [📖 中文文档](./README.md) -[![npm version](https://badge.fury.io/js/jordium-gantt-vue3.svg)](https://badge.fury.io/js/jordium-gantt-vue3) +[![npm version](https://img.shields.io/npm/v/jordium-gantt-vue3.svg?cacheBust=1)](https://www.npmjs.com/package/jordium-gantt-vue3) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![Vue 3](https://img.shields.io/badge/vue-3.x-green.svg)](https://vuejs.org/) [![TypeScript](https://img.shields.io/badge/typescript-5.x-blue.svg)](https://www.typescriptlang.org/) diff --git a/demo/version-history.json b/demo/version-history.json index 0d0a701..5cf49ab 100644 --- a/demo/version-history.json +++ b/demo/version-history.json @@ -95,5 +95,10 @@ "version": "1.0.3", "date": "2025-07-02", "notes": ["增加Github Pages", "修改README, 添加GIthub在线Demo入口", "移除大体积静态资源"] + }, + { + "version": "1.0.4", + "date": "2025-07-02", + "notes": ["修改NPM徽章CDN"] } ] diff --git a/package.json b/package.json index 7c97661..ae6d0af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jordium-gantt-vue3", - "version": "1.0.3", + "version": "1.0.4", "type": "module", "main": "dist/jordium-gantt-vue3.cjs.js", "module": "dist/jordium-gantt-vue3.es.js",