From 2211b7ec74b34d0944938c92a7086c12875c457c Mon Sep 17 00:00:00 2001 From: Jeevan Kishore Date: Mon, 3 Jun 2024 16:01:18 +0530 Subject: [PATCH] chore(release): 2.5.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b21e268..30006bc 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. +## [2.5.0](https://github.com/quintype/quintype-backend-js/compare/v2.4.0...v2.5.0) (2024-06-03) + + +### Features + +* **bulk-req:** bulk req cache fix for multitenant applications ([#95](https://github.com/quintype/quintype-backend-js/issues/95)) ([926ef3e](https://github.com/quintype/quintype-backend-js/commit/926ef3e1c5ad4044929654a18c25ab0c60ffdfe8)) + ## [2.4.0](https://github.com/quintype/quintype-backend-js/compare/v2.3.5...v2.4.0) (2024-02-22) diff --git a/package-lock.json b/package-lock.json index 9fda7b4..b79da82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@quintype/backend", - "version": "2.4.0", + "version": "2.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@quintype/backend", - "version": "2.4.0", + "version": "2.5.0", "license": "ISC", "dependencies": { "axios": "^0.21.1", diff --git a/package.json b/package.json index 828f1a6..a43aa4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quintype/backend", - "version": "2.4.0", + "version": "2.5.0", "description": "client for accessing quintype API", "main": "index.js", "scripts": {