Skip to content

Commit 2d068db

Browse files
committed
bump version number
1 parent 6d1eab0 commit 2d068db

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

husky.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module.exports = {
22
hooks: {
3-
'commit-msg': 'commitlint -E HUSKY_GIT_PARAMS',
43
'pre-commit': 'yarn lint',
54
'pre-push': 'yarn lint'
65
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxtjs-ghost",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "NuxtJS module to easily interact with the Ghost API",
55
"repository": "https://github.com/ditschedev/nuxtjs-ghost",
66
"homepage": "https://github.com/ditschedev/nuxtjs-ghost",

0 commit comments

Comments
 (0)