Skip to content

Commit c295041

Browse files
committed
⚙️ chore: bump version to 0.2.0
1 parent 4e06b42 commit c295041

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.trae/rules/project_rules.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
IMPORTANT! All changes should be grouped up into concern branches, which consist of conventional atomic commits.
2+
3+
## Commit Message Format
4+
5+
```
6+
<emoji> <type>: <subject>
7+
```
8+
9+
with the subject being a short description of the change, once sentence max; the emoji should be appropriatly chosen from the gitmoji list.
10+
11+
Every commit should concern itself with just one small change, and should be atomic.
12+
13+
Every files thats touched, should be ran through Biome to ensure it passes linting and follows all of its recommendations.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@marcelolsen/mini-react",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "A minimal React implementation with JSX support",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)