We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10fb123 commit 5919274Copy full SHA for 5919274
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+# [1.8.0](https://github.com/arvinxx/npm-template/compare/v1.7.0...v1.8.0) (2023-05-23)
4
+
5
+### ✨ 新特性
6
7
+- 升级基础依赖,并开启 ([63bad90](https://github.com/arvinxx/npm-template/commit/63bad90))
8
+- 默认开启 html2sketch 配置 ([10fb123](https://github.com/arvinxx/npm-template/commit/10fb123))
9
10
# [1.7.0](https://github.com/arvinxx/npm-template/compare/v1.6.0...v1.7.0) (2023-04-09)
11
12
### ✨ 新特性
package.json
@@ -1,6 +1,6 @@
{
"name": "@arvinxu/npm-template",
- "version": "1.7.0",
+ "version": "1.8.0",
"description": "a npm develop template",
"keywords": [
"npm",
0 commit comments