From 1633544926f9e88a7ba6aacf4da57a6675e90d9f Mon Sep 17 00:00:00 2001 From: Sam Shepherd Date: Mon, 13 Feb 2017 13:19:40 -0600 Subject: [PATCH] v3.0.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9499d0c..64bc1d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.0.2] - 2017-02-13 + +### Fixes +- Fixed an odd issue where regex was not working correctly causing dates to not be parsed correctly. + ## [3.0.1] - 2017-02-13 ### Fixes @@ -151,6 +156,7 @@ backoff.attemptAsync(operation, options).then(res => { ### Added - Initial release. +[3.0.2]: https://github.com/flowxo/flowxo-utils/compare/v3.0.1...v3.0.2 [3.0.1]: https://github.com/flowxo/flowxo-utils/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/flowxo/flowxo-utils/compare/v2.1.0...v3.0.0 [2.1.0]: https://github.com/flowxo/flowxo-utils/compare/v2.0.0...v2.1.0 diff --git a/package.json b/package.json index ca2d2ec..0af90e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flowxo-utils", - "version": "3.0.1", + "version": "3.0.2", "description": "Common utilities for Flow XO.", "main": "lib/index.js", "scripts": {