From ffc7be73d2f6e1fee31cf3c73e8f32c2b79e8d93 Mon Sep 17 00:00:00 2001 From: Dominik Wilkowski Date: Wed, 25 Jul 2018 15:14:26 +1000 Subject: [PATCH] bump version, ignore lock files Signed-off-by: Dominik Wilkowski --- .gitignore | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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": {