Skip to content

Commit 452df9b

Browse files
committed
tada: update to 1.2.0
1 parent afb3e30 commit 452df9b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-consistent",
3-
"version": "1.1.4",
3+
"version": "1.2.0",
44
"description": "Give consistency to your project's git logs.",
55
"keywords": [
66
"git",

test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ test('--version', (t) => {
1010
.toString()
1111
.trim()
1212

13-
t.is(output, '1.1.4')
13+
t.is(output, '1.2.0')
1414
})

0 commit comments

Comments
 (0)