From 00cf42c8da616ab264315919f515945739a3b092 Mon Sep 17 00:00:00 2001 From: Nikolas Nyby Date: Wed, 6 Feb 2019 14:35:00 -0500 Subject: [PATCH] release 1.1.1 --- CHANGELOG | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9773e33..2cf3428 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +1.1.1 (2019-02-06) +------------------ +* Fixed phase display bug in Chrome + 1.1.0 (2018-10-10) ------------------ * Fixed import behavior and added usage instructions. diff --git a/package.json b/package.json index 80ca800..0956487 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-moonphase", - "version": "1.1.0", + "version": "1.1.1", "description": "Display lunar phase with React and Pixi.js", "main": "build/index.js", "scripts": {