From 877388050787022bc55bd00cad37d7fc27c82e82 Mon Sep 17 00:00:00 2001 From: CD Cabrera Date: Tue, 8 Oct 2019 10:49:33 -0400 Subject: [PATCH] chore(release): 0.1.3 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 6 ++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a93353e15..b9b508d98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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. +### [0.1.3](https://github.com/RedHatInsights/curiosity-frontend/compare/v0.1.2...v0.1.3) (2019-10-08) + + +### Bug Fixes + +* **build:** issues/105 local run chroming updates ([#106](https://github.com/RedHatInsights/curiosity-frontend/issues/106)) ([e4e24d0](https://github.com/RedHatInsights/curiosity-frontend/commit/e4e24d0)) +* **chartArea:** issues/103 y axis domain minimum ([#104](https://github.com/RedHatInsights/curiosity-frontend/issues/104)) ([f4ce68a](https://github.com/RedHatInsights/curiosity-frontend/commit/f4ce68a)) + + +### Features + +* **notifications:** issues/11 toast notifications ([#107](https://github.com/RedHatInsights/curiosity-frontend/issues/107)) ([80f6ef5](https://github.com/RedHatInsights/curiosity-frontend/commit/80f6ef5)) +* **rhelGraphCard:** issues/80 activate threshold api ([#108](https://github.com/RedHatInsights/curiosity-frontend/issues/108)) ([252afc1](https://github.com/RedHatInsights/curiosity-frontend/commit/252afc1)) + ### [0.1.2](https://github.com/RedHatInsights/curiosity-frontend/compare/v0.1.1...v0.1.2) (2019-09-16) diff --git a/package.json b/package.json index 0e281daa6..b877f6290 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "curiosity-frontend", - "version": "0.1.2", + "version": "0.1.3", "description": "A subscription reporting frontend.", "author": "Red Hat", "license": "Apache-2.0", @@ -46,7 +46,9 @@ ] }, "standard-version": { - "skip": {} + "skip": { + "tag": true + } }, "scripts": { "api:dev": "mock -p 5000 -w ./src/services",