From cdfc482891b98225b0a258f9c7b6cf893cd5eceb Mon Sep 17 00:00:00 2001 From: ags1773 Date: Thu, 3 Jun 2021 15:47:21 +0530 Subject: [PATCH] chore(release): 4.16.1 --- 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 74ead397..ec40d0c4 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.1](https://github.com/quintype/quintype-node-framework/compare/v4.16.0...v4.16.1) (2021-06-03) + + +### Bug Fixes + +* bump amplib to take gtm fix ([#242](https://github.com/quintype/quintype-node-framework/issues/242)) ([3481a62](https://github.com/quintype/quintype-node-framework/commit/3481a629810ad4c7c3d4f00dde85527338aafcbf)) + ## [4.16.0](https://github.com/quintype/quintype-node-framework/compare/v4.15.7...v4.16.0) (2021-06-03) diff --git a/package-lock.json b/package-lock.json index 9cb24cde..ab84d355 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@quintype/framework", - "version": "4.16.0", + "version": "4.16.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 18fe23a6..64220218 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quintype/framework", - "version": "4.16.0", + "version": "4.16.1", "description": "Libraries to help build Quintype Node.js apps", "main": "index.js", "scripts": {