Skip to content

Commit

Permalink
chore(release): 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Vincze committed Jun 6, 2020
1 parent 15e436c commit 4f8ece5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
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.5.0](https://github.com/wintercounter/use-breakpoint/compare/v1.4.3...v1.5.0) (2020-06-06)


### Features

* add cjs version ([15e436c](https://github.com/wintercounter/use-breakpoint/commit/15e436c543958cb339980ea257462c31452beb91))

### [1.4.3](https://github.com/wintercounter/use-breakpoint/compare/v1.4.2...v1.4.3) (2020-05-15)


Expand Down
5 changes: 5 additions & 0 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@w11r/use-breakpoint",
"version": "1.4.3",
"version": "1.5.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 Down

0 comments on commit 4f8ece5

Please sign in to comment.