Skip to content

Commit d999546

Browse files
🔖 chore(release): v1.5.0 [skip ci]
# [Version&nbsp;1.5.0](v1.4.0...v1.5.0) <sup>Released on **2023-06-11**</sup> #### ✨ Features - **changelog**: Add displayTypes options. - **config**: Add release rules for minor, patch and major releases based on commit type. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> ##### What's improved * **changelog**: Add displayTypes options ([16faf66](16faf66)) * **config**: Add release rules for minor, patch and major releases based on commit type ([61224b6](61224b6)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 61224b6 commit d999546

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
# Changelog
44

5+
# [Version 1.5.0](https://github.com/lobehub/lobe-lint/compare/v1.4.0...v1.5.0)
6+
7+
<sup>Released on **2023-06-11**</sup>
8+
9+
#### ✨ Features
10+
11+
- **changelog**: Add displayTypes options.
12+
- **config**: Add release rules for minor, patch and major releases based on commit type.
13+
14+
<br/>
15+
16+
<details>
17+
<summary><kbd>Improvements and Fixes</kbd></summary>
18+
19+
##### What's improved
20+
21+
- **changelog**: Add displayTypes options ([16faf66](https://github.com/lobehub/lobe-lint/commit/16faf66))
22+
- **config**: Add release rules for minor, patch and major releases based on commit type ([61224b6](https://github.com/lobehub/lobe-lint/commit/61224b6))
23+
24+
</details>
25+
26+
<div align="right">
27+
28+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
29+
30+
</div>
31+
532
# [Version 1.4.0](https://github.com/lobehub/lobe-lint/compare/v1.3.0...v1.4.0)
633

734
<sup>Released on **2023-06-11**</sup>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lobehub/lint",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"homepage": "https://github.com/lobehub/lobe-lint",
55
"bugs": {
66
"url": "https://github.com/lobehub/lobe-lint/issues/new"

0 commit comments

Comments
 (0)