Skip to content

Commit d5abda7

Browse files
chore(release): 2.9.0 [skip ci]
# [2.9.0](v2.8.0...v2.9.0) (2024-04-29) ### Bug Fixes * Graphql questions would not display text values in history downloads [#91235](https://github.com/ReliefApplications/ems-backend/issues/91235) ([#1026](#1026)) ([676f035](676f035)) ### Features * Add 'in' and 'notIn' operators for record queries ([#951](#951)) ([e850042](e850042))
1 parent 377e2c0 commit d5abda7

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.9.0](https://github.com/ReliefApplications/ems-backend/compare/v2.8.0...v2.9.0) (2024-04-29)
2+
3+
4+
### Bug Fixes
5+
6+
* Graphql questions would not display text values in history downloads [#91235](https://github.com/ReliefApplications/ems-backend/issues/91235) ([#1026](https://github.com/ReliefApplications/ems-backend/issues/1026)) ([676f035](https://github.com/ReliefApplications/ems-backend/commit/676f035d05d4d33ff2624116a33854288e8db24e))
7+
8+
9+
### Features
10+
11+
* Add 'in' and 'notIn' operators for record queries ([#951](https://github.com/ReliefApplications/ems-backend/issues/951)) ([e850042](https://github.com/ReliefApplications/ems-backend/commit/e850042dc77e7280a08511a470073bf6a5b5d2c7))
12+
113
# [2.8.0](https://github.com/ReliefApplications/ems-backend/compare/v2.7.2...v2.8.0) (2024-04-24)
214

315

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.8.0",
3+
"version": "2.9.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)