Skip to content

Commit 6db3dba

Browse files
🔖 chore(release): v1.4.0 [skip ci]
# [Version&nbsp;1.4.0](v1.3.0...v1.4.0) <sup>Released on **2023-06-11**</sup> #### ♻ Code Refactoring - **misc**: Update config files to import from dist directory. #### ✨ Features - **config**: Add release rules for minor, patch and major releases based on commit type. - **semantic-release**: Update configs. - **misc**: Update config, update config [force release]. #### 🎫 Chores - **npmrc, package.json, src**: Update hoist patterns and packages. #### 🐛 Bug Fixes - **semantic-release**: Fix semantic-release config. #### 👷 Build System - **misc**: Update package.json. #### 📝 Documentation - **misc**: Update CHANGELOG.md [skip ci]. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> ##### Code refactoring * **misc**: Update config files to import from dist directory ([dac1221](dac1221)) ##### What's improved * **config**: Add release rules for minor, patch and major releases based on commit type ([dabb122](dabb122)) * **semantic-release**: Update configs ([738941a](738941a)) * **misc**: Update config ([2f282fa](2f282fa)) * **misc**: Update config [force release] ([96a8483](96a8483)) ##### Chores * **npmrc, package.json, src**: Update hoist patterns and packages ([2c3c741](2c3c741)) ##### What's fixed * **semantic-release**: Fix semantic-release config ([43a4858](43a4858)) ##### Build system * **misc**: Update package.json ([6509087](6509087)) ##### Documentation * **misc**: Update CHANGELOG.md [skip ci] ([2345aa2](2345aa2)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 2f282fa commit 6db3dba

File tree

2 files changed

+71
-1
lines changed

2 files changed

+71
-1
lines changed

CHANGELOG.md

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

33
# Changelog
44

5+
# [Version 1.4.0](https://github.com/lobehub/lobe-lint/compare/v1.3.0...v1.4.0)
6+
7+
<sup>Released on **2023-06-11**</sup>
8+
9+
#### ♻ Code Refactoring
10+
11+
- **misc**: Update config files to import from dist directory.
12+
13+
#### ✨ Features
14+
15+
- **config**: Add release rules for minor, patch and major releases based on commit type.
16+
- **semantic-release**: Update configs.
17+
- **misc**: Update config, update config \[force release].
18+
19+
#### 🎫 Chores
20+
21+
- **npmrc, package.json, src**: Update hoist patterns and packages.
22+
23+
#### 🐛 Bug Fixes
24+
25+
- **semantic-release**: Fix semantic-release config.
26+
27+
#### 👷 Build System
28+
29+
- **misc**: Update package.json.
30+
31+
#### 📝 Documentation
32+
33+
- **misc**: Update CHANGELOG.md \[skip ci].
34+
35+
<br/>
36+
37+
<details>
38+
<summary><kbd>Improvements and Fixes</kbd></summary>
39+
40+
##### Code refactoring
41+
42+
- **misc**: Update config files to import from dist directory ([dac1221](https://github.com/lobehub/lobe-lint/commit/dac1221))
43+
44+
##### What's improved
45+
46+
- **config**: Add release rules for minor, patch and major releases based on commit type ([dabb122](https://github.com/lobehub/lobe-lint/commit/dabb122))
47+
- **semantic-release**: Update configs ([738941a](https://github.com/lobehub/lobe-lint/commit/738941a))
48+
- **misc**: Update config ([2f282fa](https://github.com/lobehub/lobe-lint/commit/2f282fa))
49+
- **misc**: Update config \[force release] ([96a8483](https://github.com/lobehub/lobe-lint/commit/96a8483))
50+
51+
##### Chores
52+
53+
- **npmrc, package.json, src**: Update hoist patterns and packages ([2c3c741](https://github.com/lobehub/lobe-lint/commit/2c3c741))
54+
55+
##### What's fixed
56+
57+
- **semantic-release**: Fix semantic-release config ([43a4858](https://github.com/lobehub/lobe-lint/commit/43a4858))
58+
59+
##### Build system
60+
61+
- **misc**: Update package.json ([6509087](https://github.com/lobehub/lobe-lint/commit/6509087))
62+
63+
##### Documentation
64+
65+
- **misc**: Update CHANGELOG.md \[skip ci] ([2345aa2](https://github.com/lobehub/lobe-lint/commit/2345aa2))
66+
67+
</details>
68+
69+
<div align="right">
70+
71+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
72+
73+
</div>
74+
575
## [Version 1.3.0](https://github.com/lobehub/lobe-lint/compare/v1.2.1...v1.3.0)
676

777
<sup>Released on **2023-06-10**</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.3.0",
3+
"version": "1.4.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)