Skip to content

Commit

Permalink
chore(release): 2.61.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.61.0](v2.60.0...v2.61.0) (2023-06-21)

### Bug Fixes

* **controllers:** get talks list from request body ([28cb476](28cb476))

### Features

* **admin:** add route for public talk bulk updates ([3196dcc](3196dcc))
* **deps:** bump i18next from 23.2.0 to 23.2.1 ([2fbc044](2fbc044))
  • Loading branch information
semantic-release-bot committed Jun 21, 2023
1 parent 28cb476 commit 38b5e6b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.61.0](https://github.com/sws2apps/sws2apps-api/compare/v2.60.0...v2.61.0) (2023-06-21)


### Bug Fixes

* **controllers:** get talks list from request body ([28cb476](https://github.com/sws2apps/sws2apps-api/commit/28cb476e511e312eff58d89ffe28511e9ed8ed62))


### Features

* **admin:** add route for public talk bulk updates ([3196dcc](https://github.com/sws2apps/sws2apps-api/commit/3196dccaca8b07e642f6ba313bd99742c3e42637))
* **deps:** bump i18next from 23.2.0 to 23.2.1 ([2fbc044](https://github.com/sws2apps/sws2apps-api/commit/2fbc0446d01235ae73f743c47c34add7c79b04c8))

# [2.60.0](https://github.com/sws2apps/sws2apps-api/compare/v2.59.1...v2.60.0) (2023-06-20)


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": "2.60.0",
"version": "2.61.0",
"description": "Node apps to handle backend operations for all sws2apps services",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 38b5e6b

Please sign in to comment.