From b1f2d223b293aa0e8d0d40fef6db84baca644d23 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 22 Mar 2023 17:42:48 +0000 Subject: [PATCH] chore(release): cut 31.13.2 [skip ci] ## [31.13.2](https://github.com/dhis2/tracker-capture-app/compare/v31.13.1...v31.13.2) (2023-03-22) ### Bug Fixes * [DHIS2-14190] assign null instead of non-existing option ([#1677](https://github.com/dhis2/tracker-capture-app/issues/1677)) ([37a6cdd](https://github.com/dhis2/tracker-capture-app/commit/37a6cdd724e920296c4a7047a448a6301709f220)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a2c91348..5c080d714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [31.13.2](https://github.com/dhis2/tracker-capture-app/compare/v31.13.1...v31.13.2) (2023-03-22) + + +### Bug Fixes + +* [DHIS2-14190] assign null instead of non-existing option ([#1677](https://github.com/dhis2/tracker-capture-app/issues/1677)) ([37a6cdd](https://github.com/dhis2/tracker-capture-app/commit/37a6cdd724e920296c4a7047a448a6301709f220)) + ## [31.13.1](https://github.com/dhis2/tracker-capture-app/compare/v31.13.0...v31.13.1) (2023-03-07) diff --git a/package.json b/package.json index a5cb7d7c5..02092c8a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tracker-capture-app", - "version": "31.13.1", + "version": "31.13.2", "description": "DHIS2 tracker capture app", "main": "index.js", "scripts": {