diff --git a/.gitignore b/.gitignore index d239aae..7caaf5d 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,7 @@ jspm_packages .vscode/launch.json TODO.md + +# lock files +yarn.lock +package-lock.json diff --git a/package.json b/package.json index b86c487..a45ed6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keystone-email", - "version": "1.0.5", + "version": "1.1.0", "description": "Email helper for KeystoneJS Apps", "main": "index.js", "dependencies": {