From 696eae0dda532547578f73f0bd24cc3f65caae18 Mon Sep 17 00:00:00 2001 From: Deokumarjnu Date: Tue, 15 Jun 2021 11:38:07 +0530 Subject: [PATCH] chore(release): 4.16.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec40d0c4..5b192fd5 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. +### [4.16.2](https://github.com/quintype/quintype-node-framework/compare/v4.16.1...v4.16.2) (2021-06-15) + + +### Bug Fixes + +* **cdn-caching:** Added support for custom TTL cache values ([#245](https://github.com/quintype/quintype-node-framework/issues/245)) ([d31c754](https://github.com/quintype/quintype-node-framework/commit/d31c754c42f6dae8c9701c13bf924cf2d2c2dead)) + ### [4.16.1](https://github.com/quintype/quintype-node-framework/compare/v4.16.0...v4.16.1) (2021-06-03) diff --git a/package-lock.json b/package-lock.json index 6afcac22..2a76b710 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@quintype/framework", - "version": "4.16.2-ttl-cache.0", + "version": "4.16.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index de188686..2a95fe9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quintype/framework", - "version": "4.16.2-ttl-cache.0", + "version": "4.16.2", "description": "Libraries to help build Quintype Node.js apps", "main": "index.js", "scripts": {