diff --git a/CHANGELOG.md b/CHANGELOG.md index ed7cad5..4075d69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 1fcbc92..cecffe9 100644 --- a/package.json +++ b/package.json @@ -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": {