Skip to content

Commit

Permalink
chore(release): 3.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.2.0](v3.1.3...v3.2.0) (2024-12-03)

### Bug Fixes

* **middleware:** update bearer checker for undefined string ([7dcb616](7dcb616))

### Features

* **deps:** bump dotenv from 16.4.5 to 16.4.6 ([fb4ea96](fb4ea96))
  • Loading branch information
semantic-release-bot committed Dec 3, 2024
1 parent 7dcb616 commit 5633dc9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.2.0](https://github.com/sws2apps/sws2apps-api/compare/v3.1.3...v3.2.0) (2024-12-03)


### Bug Fixes

* **middleware:** update bearer checker for undefined string ([7dcb616](https://github.com/sws2apps/sws2apps-api/commit/7dcb61611b85352919a60365e43c7aacd915f375))


### Features

* **deps:** bump dotenv from 16.4.5 to 16.4.6 ([fb4ea96](https://github.com/sws2apps/sws2apps-api/commit/fb4ea96fe5fec4ff1d42c0017a29cdc64e9db0fe))

## [3.1.3](https://github.com/sws2apps/sws2apps-api/compare/v3.1.2...v3.1.3) (2024-12-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sws2apps-api",
"version": "3.1.3",
"version": "3.2.0",
"description": "Node apps to handle backend operations for all sws2apps services",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5633dc9

Please sign in to comment.