From bc751a95a4fa876a6e02a936a2f6c3405cd2513f Mon Sep 17 00:00:00 2001 From: Vishwanath <90732088+vishu2222@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:59:43 +0530 Subject: [PATCH] chore(release): 7.30.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 f6f9d6ef..148cb50c 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.30.0](https://github.com/quintype/quintype-node-framework/compare/v7.29.1...v7.30.0) (2024-07-30) + + +### Features + +* **auto advance cards:** auto advance images and videos in visual stories ([#433](https://github.com/quintype/quintype-node-framework/issues/433)) ([0f82fd7](https://github.com/quintype/quintype-node-framework/commit/0f82fd7a48b0322540696415fe6778e5271ec90c)) + ### [7.29.1](https://github.com/quintype/quintype-node-framework/compare/v7.29.0...v7.29.1) (2024-07-15) diff --git a/package-lock.json b/package-lock.json index 03ac9101..dbdc6bb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@quintype/framework", - "version": "7.29.2-amp-auto-advance-cards.2", + "version": "7.30.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@quintype/framework", - "version": "7.29.2-amp-auto-advance-cards.2", + "version": "7.30.0", "license": "ISC", "dependencies": { "@ampproject/toolbox-optimizer": "2.8.3", diff --git a/package.json b/package.json index a1798309..28e3cffa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quintype/framework", - "version": "7.29.2-amp-auto-advance-cards.2", + "version": "7.30.0", "description": "Libraries to help build Quintype Node.js apps", "main": "index.js", "engines": {