Skip to content

Commit

Permalink
🔖 chore(release): v1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [Version 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>
  • Loading branch information
semantic-release-bot committed Jun 11, 2023
1 parent 61224b6 commit d999546
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

# Changelog

# [Version 1.5.0](https://github.com/lobehub/lobe-lint/compare/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](https://github.com/lobehub/lobe-lint/commit/16faf66))
- **config**: Add release rules for minor, patch and major releases based on commit type ([61224b6](https://github.com/lobehub/lobe-lint/commit/61224b6))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

# [Version 1.4.0](https://github.com/lobehub/lobe-lint/compare/v1.3.0...v1.4.0)

<sup>Released on **2023-06-11**</sup>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobehub/lint",
"version": "1.4.0",
"version": "1.5.0",
"homepage": "https://github.com/lobehub/lobe-lint",
"bugs": {
"url": "https://github.com/lobehub/lobe-lint/issues/new"
Expand Down

0 comments on commit d999546

Please sign in to comment.