From ec75da67bea7b21853569ea5210af8841de71a29 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Wed, 29 May 2019 12:09:35 +0000 Subject: [PATCH] chore(release): cut 1.0.5 [skip ci] ## [1.0.5](https://github.com/dhis2/d2-ui-analytics/compare/v1.0.4...v1.0.5) (2019-05-29) ### Bug Fixes * upgrade d2-ui dependency for biweekly support ([#28](https://github.com/dhis2/d2-ui-analytics/issues/28)) ([3f920b1](https://github.com/dhis2/d2-ui-analytics/commit/3f920b1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf7d0c833..f3385dd40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.5](https://github.com/dhis2/d2-ui-analytics/compare/v1.0.4...v1.0.5) (2019-05-29) + + +### Bug Fixes + +* upgrade d2-ui dependency for biweekly support ([#28](https://github.com/dhis2/d2-ui-analytics/issues/28)) ([3f920b1](https://github.com/dhis2/d2-ui-analytics/commit/3f920b1)) + ## [1.0.4](https://github.com/dhis2/d2-ui-analytics/compare/v1.0.3...v1.0.4) (2019-05-22) diff --git a/package.json b/package.json index 7421ecba8..3d0c316f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/d2-ui-analytics", - "version": "1.0.4", + "version": "1.0.5", "main": "./build/index.js", "sideEffects": false, "repository": "git@github.com:dhis2/d2-ui-analytics.git",