diff --git a/CHANGELOG.md b/CHANGELOG.md index a886b01..5c209e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1.0](https://github.com/wintercounter/use-breakpoint/compare/v1.0.1...v1.1.0) (2019-11-07) + + +### Features + +* add support for meaningful default value when no arguments provided for the hook ([38352f5](https://github.com/wintercounter/use-breakpoint/commit/38352f5)) + ### [1.0.1](https://github.com/wintercounter/use-breakpoint/compare/v1.0.0...v1.0.1) (2019-08-22) diff --git a/package-lock.json b/package-lock.json index 1339bf4..2b6e1f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@w11r/use-breakpoint", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d967c8a..0f3fe0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@w11r/use-breakpoint", - "version": "1.0.1", + "version": "1.1.0", "description": "React useBreakpoint hook to have different values for a variable based on a breakpoints.", "main": "dist/index.js", "scripts": {