From 9fcfaab7099aedd51b1954a28e3e7b97c1204e95 Mon Sep 17 00:00:00 2001 From: Amogh Sahasrabhojanee Date: Tue, 30 Mar 2021 15:15:24 +0530 Subject: [PATCH] chore(release): 4.13.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 4cca65e3..94eb0ccc 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.13.1](https://github.com/quintype/quintype-node-framework/compare/v4.13.0...v4.13.1) (2021-03-30) + + +### Bug Fixes + +* bump amplib to take GA infinite scroll fix ([#218](https://github.com/quintype/quintype-node-framework/issues/218)) ([5046b67](https://github.com/quintype/quintype-node-framework/commit/5046b67dd5d073777465d9ba85f0126530c8c31d)) + ## [4.13.0](https://github.com/quintype/quintype-node-framework/compare/v4.12.6...v4.13.0) (2021-03-25) diff --git a/package-lock.json b/package-lock.json index c8b0f2d5..4670712c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@quintype/framework", - "version": "4.13.0", + "version": "4.13.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 53cd1485..b0131ae2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quintype/framework", - "version": "4.13.0", + "version": "4.13.1", "description": "Libraries to help build Quintype Node.js apps", "main": "index.js", "scripts": {