From 7a998ec008492fbfa88c1aeb293e8f979e0b3974 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 25 Oct 2018 17:48:06 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/telus/create-library/compare/v1.1.1...v1.2.0) (2018-10-25) ### Features * **audit:** add npm audit step ([19c2e4a](https://github.com/telus/create-library/commit/19c2e4a)) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 559235b..3d3e0fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@telus/create-library", - "version": "1.1.1", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b597692..8305e6e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.1.1", + "version": "1.2.0", "name": "@telus/create-library", "description": "an opinionated npm package initializer", "author": "Ahmad Nassri ",