Skip to content

Commit

Permalink
chore(release): 1.7.0-canary.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0-canary.1](v1.6.4...v1.7.0-canary.1) (2020-10-02)

### Features

* add support for dropping the database ([#67](#67)) ([b0d8424](b0d8424))
  • Loading branch information
semantic-release-bot committed Oct 2, 2020
1 parent b0d8424 commit 6261fe7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -74,6 +74,10 @@
]
},
"jest": {
"testPathIgnorePatterns": ["node_modules", "cypress", "template"]
"testPathIgnorePatterns": [
"node_modules",
"cypress",
"template"
]
}
}

0 comments on commit 6261fe7

Please sign in to comment.