Skip to content

Commit a2df8f8

Browse files
authored
Merge pull request #18 from FrontEndDev-org/release-please--branches--v1.x--components--create-proj
chore(v1.x): release 1.6.0
2 parents 59752ed + 349540a commit a2df8f8

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.5.0"}
1+
{".":"1.6.0"}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.6.0](https://github.com/FrontEndDev-org/create-proj/compare/v1.5.0...v1.6.0) (2025-02-07)
4+
5+
6+
### Features
7+
8+
* **react:** 优化代码格式和 lint 配置 ([8ca3519](https://github.com/FrontEndDev-org/create-proj/commit/8ca351979cb10dd8cd5d85e8d270460cb0c52c2e))
9+
* **vue:** 优化代码格式化和 lint 配置 ([a9d1eba](https://github.com/FrontEndDev-org/create-proj/commit/a9d1eba8f9416258a2795fc13084cd5e73bc90d3))
10+
311
## [1.5.0](https://github.com/FrontEndDev-org/create-proj/compare/v1.4.0...v1.5.0) (2025-01-26)
412

513

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-proj",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "create project - npm create proj",
55
"scripts": {
66
"prepare": "lefthook install",

0 commit comments

Comments
 (0)