Skip to content

Commit 460b760

Browse files
authored
Merge pull request #22 from FrontEndDev-org/release-please--branches--v1.x--components--create-proj
chore(v1.x): release 1.8.0
2 parents a5a65d3 + 8f03166 commit 460b760

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.7.0"}
1+
{".":"1.8.0"}

CHANGELOG.md

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

3+
## [1.8.0](https://github.com/FrontEndDev-org/create-proj/compare/v1.7.0...v1.8.0) (2025-02-19)
4+
5+
6+
### Features
7+
8+
* **react:** 调整 TypeScript 配置和环境变量定义 ([af64c81](https://github.com/FrontEndDev-org/create-proj/commit/af64c814ab9d6644f3205b76ff6133669f9d7547))
9+
* **vue:** 合并类型定义并优化 TypeScript 配置 ([a5a65d3](https://github.com/FrontEndDev-org/create-proj/commit/a5a65d308a833ae431cca7ecb2e07051993e64f4))
10+
311
## [1.7.0](https://github.com/FrontEndDev-org/create-proj/compare/v1.6.0...v1.7.0) (2025-02-08)
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.7.0",
3+
"version": "1.8.0",
44
"description": "create project - npm create proj",
55
"scripts": {
66
"prepare": "lefthook install",

0 commit comments

Comments
 (0)