From 206968067340a8f20af90505099ced32027c19e2 Mon Sep 17 00:00:00 2001 From: Reena Date: Mon, 15 Jul 2024 09:57:02 +0530 Subject: [PATCH] chore(release): 7.29.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 eb027998..7610689b 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.29.0](https://github.com/quintype/quintype-node-framework/compare/v7.28.3...v7.29.0) (2024-07-15) + + +### Features + +* Add support for 410 Gone URL ([#431](https://github.com/quintype/quintype-node-framework/issues/431)) ([8820a42](https://github.com/quintype/quintype-node-framework/commit/8820a42a51f0a22f598d4562c0b2a154fce8931a)) + ### [7.28.3](https://github.com/quintype/quintype-node-framework/compare/v7.28.2...v7.28.3) (2024-06-13) diff --git a/package-lock.json b/package-lock.json index 0fc69bae..3f016188 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@quintype/framework", - "version": "7.28.4-410-urls.0", + "version": "7.29.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@quintype/framework", - "version": "7.28.4-410-urls.0", + "version": "7.29.0", "license": "ISC", "dependencies": { "@ampproject/toolbox-optimizer": "2.8.3", diff --git a/package.json b/package.json index e7c1c93a..fc1f101c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quintype/framework", - "version": "7.28.4-410-urls.0", + "version": "7.29.0", "description": "Libraries to help build Quintype Node.js apps", "main": "index.js", "engines": {