From 345e44bd274db1ae47826822dcf6b0a29d88c754 Mon Sep 17 00:00:00 2001 From: "yong.teng" Date: Wed, 16 Apr 2025 23:19:07 +0800 Subject: [PATCH] Release 4.1.8 --- CHANGELOG.md | 2 +- site/src/index.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 292754f..9c3fea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # 更新日志 -## [v4.1.8](https://github.com/buession/buession-prototype/releases/tag/4.1.8)(2025-04-15) +## [v4.1.8](https://github.com/buession/buession-prototype/releases/tag/4.1.8)(2025-04-16) ### 🐞 BUG 修复 diff --git a/site/src/index.jsx b/site/src/index.jsx index 0c88cdb..76dcd95 100644 --- a/site/src/index.jsx +++ b/site/src/index.jsx @@ -5,7 +5,7 @@ banner: btns: - { name: '开 始', href: '/docs/quickstart.html', primary: true } - { name: 'Github >', href: 'https://github.com/buession/buession-prototype' } - caption: '当前版本: v4.1.5' + caption: '当前版本: v4.1.8' features: - { name: '优雅', desc: '旨在提供便捷的、可靠的基于原生 JavaScript/TypeScript 扩展的类库,拥有完善的文档和高可读性的源码' } - { name: '易用', desc: '觉大部分 API 基于原生 JavaScript/TypeScript 对象/类的扩展,参考学习 prototype.js' }