Skip to content

Commit 364c09f

Browse files
chore(release): v1.1.0
1 parent 1456c5c commit 364c09f

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## v1.1.0
4+
5+
[compare changes](https://github.com/cli-stuff/apr/compare/v1.0.2...v1.1.0)
6+
7+
### 🚀 Enhancements
8+
9+
- ✨ handle missing `package.json` error gracefully ([1485cd0](https://github.com/cli-stuff/apr/commit/1485cd0))
10+
11+
### 🩹 Fixes
12+
13+
- Fix lint-staged configuration ([1456c5c](https://github.com/cli-stuff/apr/commit/1456c5c))
14+
15+
### 💅 Refactors
16+
17+
- ♻️ `biome.json` and `package.json` configurations ([df35e1b](https://github.com/cli-stuff/apr/commit/df35e1b))
18+
19+
### 🏡 Chore
20+
21+
- 🔧 remove react import in `index.tsx` ([a1d13f1](https://github.com/cli-stuff/apr/commit/a1d13f1))
22+
- 🔧 update TypeScript configuration ([46e9ee2](https://github.com/cli-stuff/apr/commit/46e9ee2))
23+
- 🔧 enable VCS in `biome.json` and refactor scripts in `package.json` ([dac257e](https://github.com/cli-stuff/apr/commit/dac257e))
24+
25+
### ❤️ Contributors
26+
27+
- Okinea Dev ([@okineadev](http://github.com/okineadev))
28+
329
## v1.0.2
430

531
[compare changes](https://github.com/cli-stuff/apr/compare/v1.0.1...v1.0.2)

package.json

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

0 commit comments

Comments
 (0)