From 5d6bd18811e8d5d7cea13a334c513d3d4b9ce0bb Mon Sep 17 00:00:00 2001 From: ags1773 Date: Thu, 27 May 2021 18:12:58 +0530 Subject: [PATCH] chore(release): 4.15.5 --- 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 3bdd6003..962331b2 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.15.5](https://github.com/quintype/quintype-node-framework/compare/v4.15.4...v4.15.5) (2021-05-27) + + +### Bug Fixes + +* bump amplib to take invalidBanner fix ([#236](https://github.com/quintype/quintype-node-framework/issues/236)) ([8711fb6](https://github.com/quintype/quintype-node-framework/commit/8711fb66354e760da6d1c0611259fb107deb6ffe)) + ### [4.15.4](https://github.com/quintype/quintype-node-framework/compare/v4.15.3...v4.15.4) (2021-05-20) ### [4.15.3](https://github.com/quintype/quintype-node-framework/compare/v4.15.2...v4.15.3) (2021-05-17) diff --git a/package-lock.json b/package-lock.json index 86a5f2a5..964fbe3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@quintype/framework", - "version": "4.15.4", + "version": "4.15.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b1cc670b..5eaa5f13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quintype/framework", - "version": "4.15.4", + "version": "4.15.5", "description": "Libraries to help build Quintype Node.js apps", "main": "index.js", "scripts": {