From a4f60785e271821039369a7621a617c0487ba110 Mon Sep 17 00:00:00 2001 From: Vishwanath <90732088+vishu2222@users.noreply.github.com> Date: Wed, 5 Jun 2024 15:05:41 +0530 Subject: [PATCH] chore(release): 7.28.0 --- 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 4599c277..cc2992ae 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.28.0](https://github.com/quintype/quintype-node-framework/compare/v7.27.3...v7.28.0) (2024-06-05) + + +### Features + +* Support for Videos on Visual (amp) Stories ([#425](https://github.com/quintype/quintype-node-framework/issues/425)) ([76cc82d](https://github.com/quintype/quintype-node-framework/commit/76cc82dd3a1e8fc290cc3b2efa3a72a7b55f3c53)) + ### [7.27.3](https://github.com/quintype/quintype-node-framework/compare/v7.27.2...v7.27.3) (2024-06-03) ### [7.27.2](https://github.com/quintype/quintype-node-framework/compare/v7.27.1...v7.27.2) (2024-04-18) diff --git a/package-lock.json b/package-lock.json index fe4ad76b..6a5d1468 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@quintype/framework", - "version": "7.27.3", + "version": "7.28.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@quintype/framework", - "version": "7.27.3", + "version": "7.28.0", "license": "ISC", "dependencies": { "@ampproject/toolbox-optimizer": "2.8.3", diff --git a/package.json b/package.json index ab66d46b..573801a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quintype/framework", - "version": "7.27.3", + "version": "7.28.0", "description": "Libraries to help build Quintype Node.js apps", "main": "index.js", "engines": {