From 6261fe7a6c5576899f6c039ed02d9c6eb5430bfc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 Oct 2020 18:15:53 +0000 Subject: [PATCH] chore(release): 1.7.0-canary.1 [skip ci] # [1.7.0-canary.1](https://github.com/echobind/bisonapp/compare/v1.6.4...v1.7.0-canary.1) (2020-10-02) ### Features * add support for dropping the database ([#67](https://github.com/echobind/bisonapp/issues/67)) ([b0d8424](https://github.com/echobind/bisonapp/commit/b0d84245374b4b047bcfe1a45aee16cbf3fc486e)) --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 12482b52..504eac98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-bison-app", - "version": "0.0.0-development", + "version": "1.7.0-canary.1", "description": "Creates a production-ready full-stack JAMstack app", "license": "MIT", "repository": "echobind/bisonapp", @@ -74,6 +74,10 @@ ] }, "jest": { - "testPathIgnorePatterns": ["node_modules", "cypress", "template"] + "testPathIgnorePatterns": [ + "node_modules", + "cypress", + "template" + ] } }