We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d007e commit 2f27078Copy full SHA for 2f27078
CHANGELOG.md
@@ -1,5 +1,21 @@
1
# Changelog
2
3
+## v1.0.2
4
+
5
+[compare changes](https://github.com/cli-stuff/apr/compare/v1.0.1...v1.0.2)
6
7
+### 🩹 Fixes
8
9
+- Fix executable ([c1d007e](https://github.com/cli-stuff/apr/commit/c1d007e))
10
11
+### 📖 Documentation
12
13
+- ✏️ Add CONTRIBUTING.md file ([2683944](https://github.com/cli-stuff/apr/commit/2683944))
14
15
+### ❤️ Contributors
16
17
+- Okinea Dev ([@okineadev](http://github.com/okineadev))
18
19
## v1.0.1
20
21
[compare changes](https://github.com/cli-stuff/apr/compare/v1.0.0...v1.0.1)
package.json
@@ -1,6 +1,6 @@
{
"name": "aboutproject",
- "version": "1.0.1",
+ "version": "1.0.2",
"main": "src/index.tsx",
"module": "src/index.tsx",
"bin": {
0 commit comments