From 9927e9ee8e097f965aacf91a988201f6a47d55b1 Mon Sep 17 00:00:00 2001 From: Athira MR Date: Mon, 24 Jul 2023 11:16:22 +0530 Subject: [PATCH] chore(release): 7.19.20 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75c200b5..1c0d63a2 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.19.20](https://github.com/quintype/quintype-node-framework/compare/v7.19.19...v7.19.20) (2023-07-24) + ### [7.19.19](https://github.com/quintype/quintype-node-framework/compare/v7.19.18...v7.19.19) (2023-07-24) ### [7.19.18](https://github.com/quintype/quintype-node-framework/compare/v7.19.17...v7.19.18) (2023-07-17) diff --git a/package-lock.json b/package-lock.json index 531e3507..7cfc30f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@quintype/framework", - "version": "7.19.20-redirection-issue.0", + "version": "7.19.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@quintype/framework", - "version": "7.19.20-redirection-issue.0", + "version": "7.19.20", "license": "ISC", "dependencies": { "@ampproject/toolbox-optimizer": "2.8.3", diff --git a/package.json b/package.json index f941fa60..45b32992 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quintype/framework", - "version": "7.19.20-redirection-issue.0", + "version": "7.19.20", "description": "Libraries to help build Quintype Node.js apps", "main": "index.js", "engines": {