We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455d1de commit 52e2969Copy full SHA for 52e2969
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v1.1.3
4
+
5
+[compare changes](https://github.com/cli-stuff/apr/compare/v1.1.2...v1.1.3)
6
7
+### 🏡 Chore
8
9
+- 🔒 update `@types/react` and add `react` as a peer dependency ([455d1de](https://github.com/cli-stuff/apr/commit/455d1de))
10
11
+### ❤️ Contributors
12
13
+- Okinea Dev ([@okineadev](http://github.com/okineadev))
14
15
## v1.1.2
16
17
[compare changes](https://github.com/cli-stuff/apr/compare/v1.1.1...v1.1.2)
package.json
@@ -1,6 +1,6 @@
{
"name": "aboutproject",
- "version": "1.1.2",
+ "version": "1.1.3",
"main": "src/index.tsx",
"module": "src/index.tsx",
"bin": {
0 commit comments