We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2eb938 commit bf28d8cCopy full SHA for bf28d8c
2 files changed
CHANGELOG.md
@@ -0,0 +1,6 @@
1
+# 1.0.0 (2021-04-19)
2
+
3
4
+### Features
5
6
+* Initial implementation ([#12](https://github.com/LedgerProject/keypairoom/issues/12)) ([4c5ed04](https://github.com/LedgerProject/keypairoom/commit/4c5ed04a40b7fc524c83cd3dc0e6df1c3db851ef))
package.json
@@ -49,7 +49,9 @@
49
"@semantic-release/git"
50
],
51
"release": {
52
- "branches": ["main"],
+ "branches": [
53
+ "main"
54
+ ],
55
"prepare": [
56
"@semantic-release/changelog",
57
"@semantic-release/npm",
0 commit comments