Skip to content

Commit

Permalink
chore(release): 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeevan-Kishore committed Nov 30, 2021
1 parent ce4b586 commit 2f0581f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [7.0.0](https://github.com/quintype/quintype-node-framework/compare/v6.3.1...v7.0.0) (2021-11-30)

### [6.3.1](https://github.com/quintype/quintype-node-framework/compare/v6.3.0...v6.3.1) (2021-11-25)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "@quintype/framework",
"version": "6.3.1",
"version": "7.0.0",
"description": "Libraries to help build Quintype Node.js apps",
"main": "index.js",
"scripts": {
"prepublishOnly": "npm test && ./bin-dev-scripts/standard-version-release.sh",
"test": "NODE_ENV=test npx mocha --recursive --require ./test/babel",
"watch-test": "NODE_ENV=test npx mocha --recursive --watch --require ./test/babel",
"coverage": "nyc --all npm test",
Expand Down

0 comments on commit 2f0581f

Please sign in to comment.