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 **2024-01-03**</sup>

#### ✨ Features

- **ignore**: Add coverage to ignore files.
- **remarklint**: Change maximum-line-length to 100.

#### 🐛 Bug Fixes

- **eslint**: Disable rule no-shadow for ts files.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

* **ignore**: Add coverage to ignore files ([2e833b7](2e833b7))
* **remarklint**: Change maximum-line-length to 100 ([b976a37](b976a37))

#### What's fixed

* **eslint**: Disable rule no-shadow for ts files ([cd4a077](cd4a077))

</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 Jan 3, 2024
1 parent 9d2e84c commit d32418b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@

# Changelog

## [Version 1.5.0](https://github.com/yuntijs/yunti-lint/compare/v1.4.0...v1.5.0)

<sup>Released on **2024-01-03**</sup>

#### ✨ Features

- **ignore**: Add coverage to ignore files.
- **remarklint**: Change maximum-line-length to 100.

#### 🐛 Bug Fixes

- **eslint**: Disable rule no-shadow for ts files.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

- **ignore**: Add coverage to ignore files ([2e833b7](https://github.com/yuntijs/yunti-lint/commit/2e833b7))
- **remarklint**: Change maximum-line-length to 100 ([b976a37](https://github.com/yuntijs/yunti-lint/commit/b976a37))

#### What's fixed

- **eslint**: Disable rule no-shadow for ts files ([cd4a077](https://github.com/yuntijs/yunti-lint/commit/cd4a077))

</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/yuntijs/yunti-lint/compare/v1.3.1...v1.4.0)

<sup>Released on **2023-12-26**</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": "@yuntijs/lint",
"version": "1.4.0",
"version": "1.5.0",
"description": "📐 ESlint, Stylelint, Commitlint, Prettier, Remark, Semantic Release config for YuntiJS",
"keywords": [
"yuntijs",
Expand Down

0 comments on commit d32418b

Please sign in to comment.