Skip to content

Commit

Permalink
chore(release): 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Vincze committed Mar 25, 2020
1 parent b7b3d56 commit 58d92f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
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.1](https://github.com/wintercounter/use-breakpoint/compare/v1.4.0...v1.4.1) (2020-03-25)


### Bug Fixes

* **useBreakpoint:** match logic to Media Queries logic ([b7b3d56](https://github.com/wintercounter/use-breakpoint/commit/b7b3d56ae55859d97005d34a08d70075852789cd))
* useBreakpoint input types ([813c8e9](https://github.com/wintercounter/use-breakpoint/commit/813c8e9cb57ab7f13b69b2c4f41552cc02e30be4))

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


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@w11r/use-breakpoint",
"version": "1.4.0",
"version": "1.4.1",
"description": "React useBreakpoint hook to have different values for a variable based on a breakpoints.",
"main": "dist/index.js",
"scripts": {
"start": "mhyd sb-start",
"test": "mhyd jest && mhyd tsc",
"build": "mhyd sb-build && mhyd bb --mhy-env=prod",
"config": "mhyd config typescript -io && mhyd config webpack eslint prettier -io",
"release": "npm run test && npm run build && git add -A && mhyd sv && npx conventional-github-releaser -t"
"release": "npm run test && npm run build && git add -A && mhy sv && npx conventional-github-releaser -t"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 58d92f9

Please sign in to comment.