Skip to content

Commit

Permalink
chore(release): 2.12.0-alpha.2 [skip ci]
Browse files Browse the repository at this point in the history
# [2.12.0-alpha.2](v2.12.0-alpha.1...v2.12.0-alpha.2) (2024-11-08)

### Features

* Add option to evaluate records expressions when inserted via webjob ([#1151](#1151)) ([3f14acb](3f14acb)), closes [AB#104943](https://github.com/AB/issues/104943)
* add unsubscribe from notification action in custom action buttons ([#1153](#1153)) ([906cb62](906cb62)), closes [AB#105519](https://github.com/AB/issues/105519)
  • Loading branch information
semantic-release-bot committed Nov 8, 2024
1 parent f9e9798 commit 2eadc27
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG/CHANGELOG_alpha.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [2.12.0-alpha.2](https://github.com/ReliefApplications/ems-backend/compare/v2.12.0-alpha.1...v2.12.0-alpha.2) (2024-11-08)


### Features

* Add option to evaluate records expressions when inserted via webjob ([#1151](https://github.com/ReliefApplications/ems-backend/issues/1151)) ([3f14acb](https://github.com/ReliefApplications/ems-backend/commit/3f14acb4504889c55c1defe6cdb4c29443a04c90)), closes [AB#104943](https://github.com/AB/issues/104943)
* add unsubscribe from notification action in custom action buttons ([#1153](https://github.com/ReliefApplications/ems-backend/issues/1153)) ([906cb62](https://github.com/ReliefApplications/ems-backend/commit/906cb624755819386479077a0aa09cf000e2c7ee)), closes [AB#105519](https://github.com/AB/issues/105519)

# [2.12.0-alpha.1](https://github.com/ReliefApplications/ems-backend/compare/v2.11.1...v2.12.0-alpha.1) (2024-11-08)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ems-backend",
"version": "2.12.0-alpha.1",
"version": "2.12.0-alpha.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2eadc27

Please sign in to comment.