From f199b591f9961ec2f9e129018727f29205639057 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Fri, 9 Feb 2018 10:08:59 +0100 Subject: [PATCH] 3.0.0-alpha.8 --- frontend/CHANGELOG.md | 2 +- frontend/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index 16f09ad3a0..25ed7a8e48 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). The latest version of this document is always available in [releases][releases-url]. -## [Unreleased] +## [3.0.0-alpha.8] - feat(timestamps): Make formatting of timestamps configurable. - fix(package): Update react-mdl to version 1.11.0 - fix(package): update normalize.css to version 8.0.0 diff --git a/frontend/package.json b/frontend/package.json index f74ae018d4..f363955d66 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "unleash-frontend", "description": "unleash your features", - "version": "3.0.0-alpha.7", + "version": "3.0.0-alpha.8", "keywords": [ "unleash", "feature toggle",