Skip to content

Commit

Permalink
chore(release): 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Vincze committed Jun 21, 2020
1 parent 29c2b9f commit 7358a1c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 7358a1c

Please sign in to comment.