Skip to content

Commit c8f73e1

Browse files
chore(release): 2.14.0 [skip ci]
# [2.14.0](v2.13.0...v2.14.0) (2025-03-21) ### Features * enable {{now}} placeholder for datetime fields in edition ([#1200](#1200)) ([f97295b](f97295b))
1 parent 6251796 commit c8f73e1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.14.0](https://github.com/ReliefApplications/ems-backend/compare/v2.13.0...v2.14.0) (2025-03-21)
2+
3+
4+
### Features
5+
6+
* enable {{now}} placeholder for datetime fields in edition ([#1200](https://github.com/ReliefApplications/ems-backend/issues/1200)) ([f97295b](https://github.com/ReliefApplications/ems-backend/commit/f97295b5b12d0c8bfb321bd33f5de0d8394cd1a0))
7+
18
# [2.13.0](https://github.com/ReliefApplications/ems-backend/compare/v2.12.2...v2.13.0) (2025-03-05)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ems-backend",
3-
"version": "2.14.0-rc.1",
3+
"version": "2.14.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)