Skip to content

Commit

Permalink
chore(release): 5.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.3.0](v5.2.0...v5.3.0) (2020-02-17)

### Bug Fixes

* **addon\atom:** mistake in types; ([3be2d1f](3be2d1f))
* **addon\emmet:** mistake in types; ([54583fe](54583fe))

### Features

* 🎸 export all types ([23a1ade](23a1ade))
  • Loading branch information
semantic-release-bot committed Feb 17, 2020
1 parent 70d4269 commit 017a594
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [5.3.0](https://github.com/streamich/nano-css/compare/v5.2.0...v5.3.0) (2020-02-17)


### Bug Fixes

* **addon\atom:** mistake in types; ([3be2d1f](https://github.com/streamich/nano-css/commit/3be2d1ff04c8e3d1580280b52aa47a52cdfdb7e7))
* **addon\emmet:** mistake in types; ([54583fe](https://github.com/streamich/nano-css/commit/54583fe04a22efc97fabfc7655abdcd8f2394119))


### Features

* 🎸 export all types ([23a1ade](https://github.com/streamich/nano-css/commit/23a1adeeb8f436b108644ee9fb1b2c83dc2265b4))

# [5.2.0](https://github.com/streamich/nano-css/compare/v5.1.0...v5.2.0) (2019-06-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nano-css",
"version": "5.2.1",
"version": "5.3.0",
"description": "Smallest 5th gen CSS-in-JS library",
"main": "index.js",
"unpkg": "dist/nano-css.umd.min.js",
Expand Down

0 comments on commit 017a594

Please sign in to comment.