Skip to content

Commit

Permalink
chore(release): 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Oct 8, 2019
1 parent 252afc1 commit 8773880
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -46,7 +46,9 @@
]
},
"standard-version": {
"skip": {}
"skip": {
"tag": true
}
},
"scripts": {
"api:dev": "mock -p 5000 -w ./src/services",
Expand Down

0 comments on commit 8773880

Please sign in to comment.