From 6b3e900ff5e9ae6c5b7901a194f2cd2de2b5699d Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Tue, 19 Nov 2019 08:45:50 +0000 Subject: [PATCH] chore(release): cut 2.6.4 [skip ci] ## [2.6.4](https://github.com/dhis2/analytics/compare/v2.6.3...v2.6.4) (2019-11-19) ### Bug Fixes * fix function name typo ([#150](https://github.com/dhis2/analytics/issues/150)) ([53c7967](https://github.com/dhis2/analytics/commit/53c796736c0840e544c722f516b981371dac80bb)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index deaa97c77..620ac2bc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.6.4](https://github.com/dhis2/analytics/compare/v2.6.3...v2.6.4) (2019-11-19) + + +### Bug Fixes + +* fix function name typo ([#150](https://github.com/dhis2/analytics/issues/150)) ([53c7967](https://github.com/dhis2/analytics/commit/53c796736c0840e544c722f516b981371dac80bb)) + ## [2.6.3](https://github.com/dhis2/analytics/compare/v2.6.2...v2.6.3) (2019-11-18) diff --git a/package.json b/package.json index e6e750220..958168a50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dhis2/analytics", - "version": "2.6.3", + "version": "2.6.4", "main": "./build/index.js", "sideEffects": false, "repository": "git@github.com:dhis2/analytics.git",