From f1f177dfe3b3753121ebafe710357d36b658ab4c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 4 May 2024 15:33:58 +0000 Subject: [PATCH] chore(release): 2.96.2 [skip ci] ## [2.96.2](https://github.com/sws2apps/sws2apps-api/compare/v2.96.1...v2.96.2) (2024-05-04) ### Bug Fixes * **api:** update locales path ([b07ef51](https://github.com/sws2apps/sws2apps-api/commit/b07ef517c3a9a98ee158d758a1a295d5dbb05d28)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0e7c2b3..0801e252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.96.2](https://github.com/sws2apps/sws2apps-api/compare/v2.96.1...v2.96.2) (2024-05-04) + + +### Bug Fixes + +* **api:** update locales path ([b07ef51](https://github.com/sws2apps/sws2apps-api/commit/b07ef517c3a9a98ee158d758a1a295d5dbb05d28)) + ## [2.96.1](https://github.com/sws2apps/sws2apps-api/compare/v2.96.0...v2.96.1) (2024-05-04) diff --git a/package.json b/package.json index 7569197d..7dec4516 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sws2apps-api", - "version": "2.96.1", + "version": "2.96.2", "description": "Node apps to handle backend operations for all sws2apps services", "main": "index.js", "scripts": {