Skip to content

Commit 088b385

Browse files
🔖 chore(release): v1.9.0 [skip ci]
# [Version&nbsp;1.9.0](v1.8.0...v1.9.0) <sup>Released on **2023-06-10**</sup> #### ✨ 新特性 - ****: 升级 changelog 配置. #### 🐛 修复 - ****: 兼容最新的 vitest v8 provider. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> ##### What's improved * 升级 changelog 配置 ([37562fa](37562fa)) ##### What's fixed * 兼容最新的 vitest v8 provider ([e29309e](e29309e)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 37562fa commit 088b385

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
# [Version&nbsp;1.9.0](https://github.com/arvinxx/npm-template/compare/v1.8.0...v1.9.0)
4+
5+
<sup>Released on **2023-06-10**</sup>
6+
7+
#### ✨ 新特性
8+
9+
- \*\*\*\*: 升级 changelog 配置.
10+
11+
#### 🐛 修复
12+
13+
- \*\*\*\*: 兼容最新的 vitest v8 provider.
14+
15+
<br/>
16+
17+
<details>
18+
<summary><kbd>Improvements and Fixes</kbd></summary>
19+
20+
##### What's improved
21+
22+
- 升级 changelog 配置 ([37562fa](https://github.com/arvinxx/npm-template/commit/37562fa))
23+
24+
##### What's fixed
25+
26+
- 兼容最新的 vitest v8 provider ([e29309e](https://github.com/arvinxx/npm-template/commit/e29309e))
27+
28+
</details>
29+
30+
<div align="right">
31+
32+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
33+
34+
</div>
35+
336
# [1.8.0](https://github.com/arvinxx/npm-template/compare/v1.7.0...v1.8.0) (2023-05-23)
437

538
### ✨ 新特性

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arvinxu/npm-template",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "a npm develop template",
55
"keywords": [
66
"npm",

0 commit comments

Comments
 (0)