Skip to content

Commit 8e88344

Browse files
chore(release): v0.0.1
1 parent e700dc8 commit 8e88344

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Changelog
2+
3+
4+
## v0.0.1
5+
6+
7+
### 🚀 Enhancements
8+
9+
- 🎉 initial commit ([15c2888](https://github.com/cli-stuff/apr/commit/15c2888))
10+
- **package.json:** ✨ add `@biomejs/biome` to trustedDependencies ([52a47d7](https://github.com/cli-stuff/apr/commit/52a47d7))
11+
- ✨ add testing and linting setup ([6f66882](https://github.com/cli-stuff/apr/commit/6f66882))
12+
13+
### 🩹 Fixes
14+
15+
- **tests:** Fix failing tests ([d9a30d5](https://github.com/cli-stuff/apr/commit/d9a30d5))
16+
- **ci:** 🔧 update trigger paths in test workflow ([970b374](https://github.com/cli-stuff/apr/commit/970b374))
17+
- **ci:** 🔧 fix trigger paths in test workflow ([8aa1649](https://github.com/cli-stuff/apr/commit/8aa1649))
18+
- 🔧 fix test workflow trigger paths ([c7880ea](https://github.com/cli-stuff/apr/commit/c7880ea))
19+
- Change package name from `apr` to `aboutproject` ([4c4f89c](https://github.com/cli-stuff/apr/commit/4c4f89c))
20+
21+
### 📖 Documentation
22+
23+
- 📝 add TSDoc comments for components and functions ([bd04ac3](https://github.com/cli-stuff/apr/commit/bd04ac3))
24+
- Add logo in readme ([65e68b1](https://github.com/cli-stuff/apr/commit/65e68b1))
25+
- Improve readme ([9c118bb](https://github.com/cli-stuff/apr/commit/9c118bb))
26+
27+
### 🏡 Chore
28+
29+
- Add comment in `apr.test.tsx` ([65de9f1](https://github.com/cli-stuff/apr/commit/65de9f1))
30+
- ➖ remove `ink-link` dependency ([29b2f49](https://github.com/cli-stuff/apr/commit/29b2f49))
31+
- 🔧 update CI trigger paths and fixed README ([818edf1](https://github.com/cli-stuff/apr/commit/818edf1))
32+
- **release:** V0.0.1 ([54758b7](https://github.com/cli-stuff/apr/commit/54758b7))
33+
- **release:** V0.0.1" ([1bba333](https://github.com/cli-stuff/apr/commit/1bba333))
34+
- **release:** V0.0.1 ([1b4dde5](https://github.com/cli-stuff/apr/commit/1b4dde5))
35+
- **release:** V0.0.1" ([e700dc8](https://github.com/cli-stuff/apr/commit/e700dc8))
36+
37+
### ❤️ Contributors
38+
39+
- Okinea Dev ([@okineadev](http://github.com/okineadev))
40+

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aboutproject",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"main": "src/index.tsx",
55
"module": "src/index.tsx",
66
"bin": {

0 commit comments

Comments
 (0)