Skip to content

Commit 4e014e6

Browse files
authored
Merge pull request #11 from FrontEndDev-org/release-please--branches--v1.x--components--create-proj
chore(v1.x): release 1.5.0
2 parents 956db78 + 7085d5c commit 4e014e6

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/FrontEndDev-org/create-proj/compare/v1.4.0...v1.5.0) (2025-01-26)
4+
5+
6+
### Features
7+
8+
* **react:** 添加 openapi-axios 支持 ([840bfb2](https://github.com/FrontEndDev-org/create-proj/commit/840bfb2181655603b8e6584cdd95b14b26ab35b6))
9+
* **react:** 添加宠物店 API 示例 ([81a56fc](https://github.com/FrontEndDev-org/create-proj/commit/81a56fcdee27d19637f996806ceb2e8aa4012b9c))
10+
* **vue:** 添加 OpenAPI 生成的 API 客户端 ([c0316f2](https://github.com/FrontEndDev-org/create-proj/commit/c0316f2eb095f6922395f32802da126e490fce45))
11+
312
## [1.4.0](https://github.com/FrontEndDev-org/create-proj/compare/v1.3.0...v1.4.0) (2025-01-24)
413

514

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.4.0",
3+
"version": "1.5.0",
44
"description": "create project - npm create proj",
55
"scripts": {
66
"prepare": "lefthook install",

0 commit comments

Comments
 (0)