Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
chore(release): 6.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.1.0](v6.0.0...v6.1.0) (2019-01-23)

### Bug Fixes

* **flow:** add flow types for makeBreakpoints ([ba7d0c1](ba7d0c1))

### Features

* **flow:** add type BreakpointsMap ([0f630b2](0f630b2))
  • Loading branch information
semantic-release-bot committed Jan 23, 2019
1 parent b6259e0 commit 1f6e260
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [6.1.0](https://github.com/typographist/core/compare/v6.0.0...v6.1.0) (2019-01-23)


### Bug Fixes

* **flow:** add flow types for makeBreakpoints ([ba7d0c1](https://github.com/typographist/core/commit/ba7d0c1))


### Features

* **flow:** add type BreakpointsMap ([0f630b2](https://github.com/typographist/core/commit/0f630b2))

# [6.0.0](https://github.com/typographist/core/compare/v5.1.2...v6.0.0) (2019-01-23)


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": "@typographist/core",
"version": "6.0.0",
"version": "6.1.0",
"description": "Core API for typographist",
"main": "lib/typographist-core.cjs.js",
"module": "es/typographist-core.es.js",
Expand Down

0 comments on commit 1f6e260

Please sign in to comment.