From dbdf35bb275eddd20f88b0c5485f38ce61ca5570 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Fri, 12 May 2023 10:48:58 +0000 Subject: [PATCH] chore(release): cut 31.13.6 [skip ci] ## [31.13.6](https://github.com/dhis2/tracker-capture-app/compare/v31.13.5...v31.13.6) (2023-05-12) ### Bug Fixes * [DHIS2-14357] support single quotes in program rule expressions ([#1712](https://github.com/dhis2/tracker-capture-app/issues/1712)) ([7883618](https://github.com/dhis2/tracker-capture-app/commit/7883618f9814c3c230eba7e004e2009a3a852508)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32fce8159..05bee34ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [31.13.6](https://github.com/dhis2/tracker-capture-app/compare/v31.13.5...v31.13.6) (2023-05-12) + + +### Bug Fixes + +* [DHIS2-14357] support single quotes in program rule expressions ([#1712](https://github.com/dhis2/tracker-capture-app/issues/1712)) ([7883618](https://github.com/dhis2/tracker-capture-app/commit/7883618f9814c3c230eba7e004e2009a3a852508)) + ## [31.13.5](https://github.com/dhis2/tracker-capture-app/compare/v31.13.4...v31.13.5) (2023-05-02) diff --git a/package.json b/package.json index 378636d92..190a7c7e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tracker-capture-app", - "version": "31.13.5", + "version": "31.13.6", "description": "DHIS2 tracker capture app", "main": "index.js", "scripts": {