Skip to content

Commit 1b67664

Browse files
committed
Add changelog
1 parent 33744bf commit 1b67664

2 files changed

Lines changed: 35 additions & 34 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- [2025-09-23] [Add README](https://github.com/rubriclab/create-rubric-app/commit/33744bf670bfac43cfbcaf9859d0df1e4e0629a4)
12
- [2025-08-26] [commit .env.example](https://github.com/RubricLab/create-rubric-app/commit/bb94b9bff4d1a2eb3046a51b326fffef7989ffc1)
23
- [2025-08-26] [deps](https://github.com/RubricLab/create-rubric-app/commit/aa2d10a324a334ec2f19a2f1bf195f90d648d46f)
34
- [2025-08-26] [bump config](https://github.com/RubricLab/create-rubric-app/commit/cc1a58871fd922d4e797c304ef5ce5897a566493)

package.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
2-
"bin": {
3-
"create-rubric-app": "./index.ts"
4-
},
5-
"dependencies": {
6-
"@rubriclab/cli": "*"
7-
},
8-
"devDependencies": {
9-
"@rubriclab/config": "*",
10-
"@rubriclab/package": "*"
11-
},
12-
"homepage": "https://github.com/RubricLab/create-rubric-app#readme",
13-
"keywords": [
14-
"agent",
15-
"ai",
16-
"create",
17-
"rubric"
18-
],
19-
"license": "gonuts",
20-
"name": "create-rubric-app",
21-
"repository": {
22-
"type": "git",
23-
"url": "https://github.com/RubricLab/create-rubric-app.git"
24-
},
25-
"scripts": {
26-
"bleed": "bun x npm-check-updates -u",
27-
"check": "bun x biome check .",
28-
"clean": "rm -rf .next && rm -rf node_modules",
29-
"format": "bun x biome check --write .",
30-
"prepare": "bun x @rubriclab/package prepare"
31-
},
32-
"simple-git-hooks": {
33-
"post-commit": "bun x @rubriclab/package post-commit"
34-
},
35-
"version": "1.6.25"
2+
"bin": {
3+
"create-rubric-app": "./index.ts"
4+
},
5+
"dependencies": {
6+
"@rubriclab/cli": "*"
7+
},
8+
"devDependencies": {
9+
"@rubriclab/config": "*",
10+
"@rubriclab/package": "*"
11+
},
12+
"homepage": "https://github.com/RubricLab/create-rubric-app#readme",
13+
"keywords": [
14+
"agent",
15+
"ai",
16+
"create",
17+
"rubric"
18+
],
19+
"license": "gonuts",
20+
"name": "create-rubric-app",
21+
"repository": {
22+
"type": "git",
23+
"url": "https://github.com/RubricLab/create-rubric-app.git"
24+
},
25+
"scripts": {
26+
"bleed": "bun x npm-check-updates -u",
27+
"check": "bun x biome check .",
28+
"clean": "rm -rf .next && rm -rf node_modules",
29+
"format": "bun x biome check --write .",
30+
"prepare": "bun x @rubriclab/package prepare"
31+
},
32+
"simple-git-hooks": {
33+
"post-commit": "bun x @rubriclab/package post-commit"
34+
},
35+
"version": "1.6.26"
3636
}

0 commit comments

Comments
 (0)