Skip to content

Commit

Permalink
chore(release): 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Vanston committed Jul 13, 2019
1 parent ef59b6e commit ac98556
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

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.9.1](https://github.com/aaronvanston/react-flexa/compare/v0.9.0...v0.9.1) (2019-07-13)
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-flexa",
"version": "0.9.0",
"version": "0.9.1",
"description": "React flexbox grid system using styled components",
"main": "dist/index.js",
"scripts": {
Expand All @@ -12,7 +12,8 @@
"prepublish": "yarn run build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"deploy-storybook": "storybook-to-ghpages"
"deploy-storybook": "storybook-to-ghpages",
"release": "standard-version"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,6 +57,7 @@
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.5.4",
"react-test-renderer": "^15.5.4",
"standard-version": "^6.0.1",
"storybook-readme": "^3.0.4",
"styled-components": "^2.0.0"
},
Expand Down

0 comments on commit ac98556

Please sign in to comment.