From 207b212154f3eb41e70173c09f2aa5a7045b2b76 Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Thu, 14 Nov 2019 14:31:39 +0000 Subject: [PATCH] chore(release): cut 2.6.0 [skip ci] # [2.6.0](https://github.com/dhis2/analytics/compare/v2.5.2...v2.6.0) (2019-11-14) ### Features * disallowed dims rule ([#144](https://github.com/dhis2/analytics/issues/144)) ([0789d7a](https://github.com/dhis2/analytics/commit/0789d7a06046a6694c4498b9726d22d792dc90c8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20eeb2b2c..7ee861108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.6.0](https://github.com/dhis2/analytics/compare/v2.5.2...v2.6.0) (2019-11-14) + + +### Features + +* disallowed dims rule ([#144](https://github.com/dhis2/analytics/issues/144)) ([0789d7a](https://github.com/dhis2/analytics/commit/0789d7a06046a6694c4498b9726d22d792dc90c8)) + ## [2.5.2](https://github.com/dhis2/analytics/compare/v2.5.1...v2.5.2) (2019-11-12) diff --git a/package.json b/package.json index 52322b69a..caab32423 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/analytics", - "version": "2.5.2", + "version": "2.6.0", "main": "./build/index.js", "sideEffects": false, "repository": "git@github.com:dhis2/analytics.git",