Skip to content

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Vincze committed Mar 5, 2020
1 parent 0a4d398 commit 0e13022
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [1.4.0](https://github.com/wintercounter/use-breakpoint/compare/v1.3.3...v1.4.0) (2020-03-05)


### Features

* **mediaQuery:** add support for Object type output ([4025772](https://github.com/wintercounter/use-breakpoint/commit/402577293a8818033cd3e8583892da03498e1bf8))
* **options:** add support for short names ([0a4d398](https://github.com/wintercounter/use-breakpoint/commit/0a4d3984f4cf7eb435b69e29dd345b27661b7e44))

### [1.3.3](https://github.com/wintercounter/use-breakpoint/compare/v1.3.2...v1.3.3) (2020-02-29)


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": "@w11r/use-breakpoint",
"version": "1.3.3",
"version": "1.4.0",
"description": "React useBreakpoint hook to have different values for a variable based on a breakpoints.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 0e13022

Please sign in to comment.