Skip to content

Commit 1bc4a6b

Browse files
committed
chore(release): 0.9.2
1 parent 894e29a commit 1bc4a6b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,13 @@
22

33
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.
44

5+
### [0.9.2](https://github.com/aaronvanston/react-flexa/compare/v0.9.1...v0.9.2) (2021-05-03)
6+
7+
8+
### Bug Fixes
9+
10+
* add missing semicolons to display attribute ([#107](https://github.com/aaronvanston/react-flexa/issues/107)) ([894e29a](https://github.com/aaronvanston/react-flexa/commit/894e29a))
11+
12+
13+
514
### [0.9.1](https://github.com/aaronvanston/react-flexa/compare/v0.9.0...v0.9.1) (2019-07-13)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-flexa",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "React flexbox grid system using styled components",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)