We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf30aa commit a6d0871Copy full SHA for a6d0871
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## v1.1.2
4
+
5
+[compare changes](https://github.com/cli-stuff/apr/compare/v1.1.1...v1.1.2)
6
7
+### 🩹 Fixes
8
9
+- Fix dependencies ([edf30aa](https://github.com/cli-stuff/apr/commit/edf30aa))
10
11
+### ❤️ Contributors
12
13
+- Okinea Dev ([@okineadev](http://github.com/okineadev))
14
15
## v1.1.1
16
17
[compare changes](https://github.com/cli-stuff/apr/compare/v1.1.0...v1.1.1)
package.json
@@ -1,6 +1,6 @@
{
"name": "aboutproject",
- "version": "1.1.1",
+ "version": "1.1.2",
"main": "src/index.tsx",
"module": "src/index.tsx",
"bin": {
0 commit comments