We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e581c46 commit 4e9fdd7Copy full SHA for 4e9fdd7
.releaserc.json
@@ -27,6 +27,12 @@
27
]
28
}
29
],
30
+ [
31
+ "@semantic-release/npm",
32
+ {
33
+ "npmPublish": true
34
+ }
35
+ ],
36
[
37
"@semantic-release/git",
38
{
package.json
@@ -1,6 +1,6 @@
1
2
"name": "relative-time-parser",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"description": "A moment.js plugin to convert relative time string into a moment.js object",
5
"main": "./src/relative.time.parser.js",
6
"private": false,
0 commit comments