From 52b819ec7c4a85e6f8b043917e378b8c5df10f2e Mon Sep 17 00:00:00 2001 From: Vishwanath <90732088+vishu2222@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:47:08 +0530 Subject: [PATCH] chore(release): 7.27.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b57d6d76..99cc1f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.27.2](https://github.com/quintype/quintype-node-framework/compare/v7.27.1...v7.27.2) (2024-04-18) + + +### Bug Fixes + +* ** infinite-scroll amp:** handle errors in infinite-scroll amp api response ([#421](https://github.com/quintype/quintype-node-framework/issues/421)) ([8c24b9b](https://github.com/quintype/quintype-node-framework/commit/8c24b9bca02de741861858878e5dd47bc7ac3a9a)) + ### [7.27.1](https://github.com/quintype/quintype-node-framework/compare/v7.27.0...v7.27.1) (2024-04-16) ## [7.27.0](https://github.com/quintype/quintype-node-framework/compare/v7.26.1...v7.27.0) (2024-04-15) diff --git a/package-lock.json b/package-lock.json index 8242235a..32244b6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@quintype/framework", - "version": "7.27.2-amp-infinite-scroll-errors.0", + "version": "7.27.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@quintype/framework", - "version": "7.27.2-amp-infinite-scroll-errors.0", + "version": "7.27.2", "license": "ISC", "dependencies": { "@ampproject/toolbox-optimizer": "2.8.3", diff --git a/package.json b/package.json index e85ca2cd..fa5ce00a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quintype/framework", - "version": "7.27.2-amp-infinite-scroll-errors.0", + "version": "7.27.2", "description": "Libraries to help build Quintype Node.js apps", "main": "index.js", "engines": {