From 7358a1cd5a213db0426216c5c4652aa4062f7dd5 Mon Sep 17 00:00:00 2001 From: Viktor Vincze Date: Sun, 21 Jun 2020 12:46:47 +0200 Subject: [PATCH] chore(release): 1.6.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b24e64b..5b3e9f4 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.6.0](https://github.com/wintercounter/use-breakpoint/compare/v1.5.0...v1.6.0) (2020-06-21) + + +### Features + +* add multi-range breakpoints ([29c2b9f](https://github.com/wintercounter/use-breakpoint/commit/29c2b9f03899c756c7a6103bb28703112a300e36)) + ## [1.5.0](https://github.com/wintercounter/use-breakpoint/compare/v1.4.3...v1.5.0) (2020-06-06) diff --git a/package-lock.json b/package-lock.json index 16fa83b..bf2af6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "@w11r/use-breakpoint", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 1 } diff --git a/package.json b/package.json index dece32b..1fea2a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@w11r/use-breakpoint", - "version": "1.5.0", + "version": "1.6.0", "description": "React useBreakpoint hook to have different values for a variable based on a breakpoints.", "main": "dist/cjs/index.js", "module": "dist/index.js", @@ -10,7 +10,7 @@ "build": "mhy sb-build && npm run build:es6 && npm run build:cjs", "build:es6": "mhy bb --mhy-env=prod", "build:cjs": "mhy bb --mhy-env=prod:cjs", - "config": "mhyd config typescript -io && mhyd config webpack eslint prettier -io", + "config": "mhy config typescript -io && mhy config webpack eslint prettier -io", "release": "npm run test && npm run build && git add -A && mhy sv && npx conventional-github-releaser -t" }, "repository": {