From 01cb8ec7fa8a377429fb316da77eceb592fc4937 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 5 Apr 2023 09:26:45 +0000 Subject: [PATCH] chore(release): cut 100.2.1 [skip release] ## [100.2.1](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.2.0...v100.2.1) (2023-04-05) ### Bug Fixes * include attribute options in completion post [DHIS2-15032] ([#311](https://github.com/dhis2/aggregate-data-entry-app/issues/311)) ([8df1dc0](https://github.com/dhis2/aggregate-data-entry-app/commit/8df1dc0f0ab66b50f33211145774da95576dd5e4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a462baaa..dbecea776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [100.2.1](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.2.0...v100.2.1) (2023-04-05) + + +### Bug Fixes + +* include attribute options in completion post [DHIS2-15032] ([#311](https://github.com/dhis2/aggregate-data-entry-app/issues/311)) ([8df1dc0](https://github.com/dhis2/aggregate-data-entry-app/commit/8df1dc0f0ab66b50f33211145774da95576dd5e4)) + # [100.2.0](https://github.com/dhis2/aggregate-data-entry-app/compare/v100.1.2...v100.2.0) (2023-03-13) diff --git a/package.json b/package.json index a2ffb8fb1..c55a71471 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aggregate-data-entry-app", - "version": "100.2.0", + "version": "100.2.1", "description": "", "license": "BSD-3-Clause", "private": true,