From 791ebd7000424c795082ff2e4b5116c8de0bc088 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 19 Jun 2024 15:17:58 +0000 Subject: [PATCH] chore(release): 2.98.0 [skip ci] # [2.98.0](https://github.com/sws2apps/sws2apps-api/compare/v2.97.0...v2.98.0) (2024-06-19) ### Features * **deps:** bump express-rate-limit from 7.2.0 to 7.3.0 ([5ac4e35](https://github.com/sws2apps/sws2apps-api/commit/5ac4e3562e935325824c94a2fa729f465a88df0b)) * **deps:** bump express-rate-limit from 7.3.0 to 7.3.1 ([72f2f32](https://github.com/sws2apps/sws2apps-api/commit/72f2f326702118246fd1104d365ea3645b6c0989)) * **deps:** bump otpauth from 9.2.4 to 9.3.0 ([95901d0](https://github.com/sws2apps/sws2apps-api/commit/95901d0b90cba7d64bcb6e22ead7945217da39dd)) * **deps:** bump otpauth from 9.3.0 to 9.3.1 ([f3fe0ef](https://github.com/sws2apps/sws2apps-api/commit/f3fe0efbaf36ff5cb686856567b1099e4d79840f)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 251d96f0..fffa3571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [2.98.0](https://github.com/sws2apps/sws2apps-api/compare/v2.97.0...v2.98.0) (2024-06-19) + + +### Features + +* **deps:** bump express-rate-limit from 7.2.0 to 7.3.0 ([5ac4e35](https://github.com/sws2apps/sws2apps-api/commit/5ac4e3562e935325824c94a2fa729f465a88df0b)) +* **deps:** bump express-rate-limit from 7.3.0 to 7.3.1 ([72f2f32](https://github.com/sws2apps/sws2apps-api/commit/72f2f326702118246fd1104d365ea3645b6c0989)) +* **deps:** bump otpauth from 9.2.4 to 9.3.0 ([95901d0](https://github.com/sws2apps/sws2apps-api/commit/95901d0b90cba7d64bcb6e22ead7945217da39dd)) +* **deps:** bump otpauth from 9.3.0 to 9.3.1 ([f3fe0ef](https://github.com/sws2apps/sws2apps-api/commit/f3fe0efbaf36ff5cb686856567b1099e4d79840f)) + # [2.97.0](https://github.com/sws2apps/sws2apps-api/compare/v2.96.5...v2.97.0) (2024-05-30) diff --git a/package.json b/package.json index 8fe87ec2..c67b1d6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sws2apps-api", - "version": "2.97.0", + "version": "2.98.0", "description": "Node apps to handle backend operations for all sws2apps services", "main": "index.js", "scripts": {