From 3a1379f380c8dadea03214f8b6afcab04428c573 Mon Sep 17 00:00:00 2001 From: zackjackson Date: Sun, 14 Oct 2018 11:10:48 -0700 Subject: [PATCH] chore(release): 2.0.6 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f43c8e50..d9cf6f10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.0.6](https://github.com/faceyspacey/redux-first-router/compare/v2.0.5...v2.0.6) (2018-10-14) + + +### Bug Fixes + +* node 6 support, remove usage of Object.entries ([#304](https://github.com/faceyspacey/redux-first-router/issues/304)) ([162fc67](https://github.com/faceyspacey/redux-first-router/commit/162fc67)) + + + ## [2.0.5](https://github.com/faceyspacey/redux-first-router/compare/v2.0.4...v2.0.5) (2018-10-12) diff --git a/package.json b/package.json index f2206b72..7a18ee04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-first-router", - "version": "2.0.5", + "version": "2.0.6", "description": "think of your app in states not routes (and, yes, while keeping the address bar in sync)", "main": "dist/index.js", "engines": {