diff --git a/CHANGELOG.md b/CHANGELOG.md index 546b08d8..e009107d 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. +## [7.3.0](https://github.com/quintype/quintype-node-framework/compare/v7.2.0...v7.3.0) (2022-03-01) + + +### Features + +* **request:** Implement request fallback for external calls ([#296](https://github.com/quintype/quintype-node-framework/issues/296)) ([44e1f7e](https://github.com/quintype/quintype-node-framework/commit/44e1f7eea9825225c0c300fb57a8178bd22c0630)) + ## [7.2.0](https://github.com/quintype/quintype-node-framework/compare/v7.0.3...v7.2.0) (2022-02-18) diff --git a/package-lock.json b/package-lock.json index eaa92d2a..4aa4231c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@quintype/framework", - "version": "7.2.0", + "version": "7.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2d6054c8..bebd44be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quintype/framework", - "version": "7.2.0", + "version": "7.3.0", "description": "Libraries to help build Quintype Node.js apps", "main": "index.js", "scripts": {