We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805070f commit 512e71bCopy full SHA for 512e71b
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+# [1.7.0](https://github.com/arvinxx/npm-template/compare/v1.6.0...v1.7.0) (2023-04-09)
4
+
5
+### ✨ 新特性
6
7
+- 迁移测试框架到 vitest ([5a0e7f7](https://github.com/arvinxx/npm-template/commit/5a0e7f7))
8
9
# [1.6.0](https://github.com/arvinxx/npm-template/compare/v1.5.0...v1.6.0) (2023-02-15)
10
11
### ✨ 新特性
package.json
@@ -1,6 +1,6 @@
{
"name": "@arvinxu/npm-template",
- "version": "1.6.0",
+ "version": "1.7.0",
"description": "a npm develop template",
"keywords": [
"npm",
0 commit comments