From eb4f20db0a7f5209c8b5bd29f8004a639054ff1a Mon Sep 17 00:00:00 2001 From: Veena Y Date: Thu, 21 Mar 2024 14:25:16 +0530 Subject: [PATCH] chore(release): 7.26.0 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a24e43d2..2c685e95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.26.0](https://github.com/quintype/quintype-node-framework/compare/v7.23.0...v7.26.0) (2024-03-21) + + +### Features + +* **amp:** disable amp for a particular story ([#402](https://github.com/quintype/quintype-node-framework/issues/402)) ([8e99d24](https://github.com/quintype/quintype-node-framework/commit/8e99d24b38c6ff3eb452bc2362043910f3179e9b)) +* **cache:** Implement config cache 🔥 ([#416](https://github.com/quintype/quintype-node-framework/issues/416)) ([d59ecb4](https://github.com/quintype/quintype-node-framework/commit/d59ecb4899f7b7c8c8b9a13bb41729f9780abe18)) +* **Default Collection:** Avail Canonical Url field for Default Collections [#556](https://github.com/quintype/quintype-node-framework/issues/556) ([#418](https://github.com/quintype/quintype-node-framework/issues/418)) ([cb66ad1](https://github.com/quintype/quintype-node-framework/commit/cb66ad1b8e14043b9fe46981f7f39c996fee26e4)) + + +### Bug Fixes + +* **bulk request:** POST bulk to a get ([#415](https://github.com/quintype/quintype-node-framework/issues/415)) ([93ada22](https://github.com/quintype/quintype-node-framework/commit/93ada2239266cb61775d40163d77e1858f25aebc)) +* **cache-header:** Add stale-if-error and stale-while-revalidate headers for route-data/manifest/sw ([#412](https://github.com/quintype/quintype-node-framework/issues/412)) ([97325a0](https://github.com/quintype/quintype-node-framework/commit/97325a0751e6df15f5e214a07f30b4fc9a69d71a)) + ## [7.25.0](https://github.com/quintype/quintype-node-framework/compare/v7.24.2...v7.25.0) (2024-02-23) diff --git a/package-lock.json b/package-lock.json index 5d95bfb4..1347db12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@quintype/framework", - "version": "7.26.0-coll-canonical-url-fw.0", + "version": "7.26.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@quintype/framework", - "version": "7.26.0-coll-canonical-url-fw.0", + "version": "7.26.0", "license": "ISC", "dependencies": { "@ampproject/toolbox-optimizer": "2.8.3", diff --git a/package.json b/package.json index f8f6c7dd..5554d352 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quintype/framework", - "version": "7.26.0-coll-canonical-url-fw.0", + "version": "7.26.0", "description": "Libraries to help build Quintype Node.js apps", "main": "index.js", "engines": {