Skip to content

Commit 72c5be2

Browse files
committed
Merge branch 'v1.x' of github.com:FrontEndDev-org/create-proj into v1.x
2 parents 3e3f5a0 + e6c2fb5 commit 72c5be2

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.6.0"}
1+
{".":"1.7.0"}

CHANGELOG.md

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

3+
## [1.7.0](https://github.com/FrontEndDev-org/create-proj/compare/v1.6.0...v1.7.0) (2025-02-08)
4+
5+
6+
### Features
7+
8+
* **react:** 忽略 dist- 开头的目录 ([673c222](https://github.com/FrontEndDev-org/create-proj/commit/673c2227a4c4beb0d0fa6e26e94008193b704082))
9+
* **vue:** 忽略 dist-* 目录 ([a804f45](https://github.com/FrontEndDev-org/create-proj/commit/a804f450fecf785f6a7f20a7a7a49836e8199251))
10+
311
## [1.6.0](https://github.com/FrontEndDev-org/create-proj/compare/v1.5.0...v1.6.0) (2025-02-07)
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.6.0",
3+
"version": "1.7.0",
44
"description": "create project - npm create proj",
55
"scripts": {
66
"prepare": "lefthook install",

0 commit comments

Comments
 (0)