diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb43f85..6339938d 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.6.1](https://github.com/quintype/quintype-node-framework/compare/v7.6.0...v7.6.1) (2022-06-30) + ## [7.6.0](https://github.com/quintype/quintype-node-framework/compare/v7.4.0...v7.6.0) (2022-06-28) diff --git a/package-lock.json b/package-lock.json index ebf2985c..72addb41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@quintype/framework", - "version": "7.6.1-static-page-seo.0", + "version": "7.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@quintype/framework", - "version": "7.6.1-static-page-seo.0", + "version": "7.6.1", "license": "ISC", "dependencies": { "@ampproject/toolbox-optimizer": "2.8.3", diff --git a/package.json b/package.json index fb73212b..a3ba26fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quintype/framework", - "version": "7.6.1-static-page-seo.0", + "version": "7.6.1", "description": "Libraries to help build Quintype Node.js apps", "main": "index.js", "engines": {