diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d136d8..371dce4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 20b8661c..1e3dd27e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@quintype/framework", - "version": "6.3.1", + "version": "7.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4ae06ac4..06978866 100644 --- a/package.json +++ b/package.json @@ -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",