Skip to content

Commit

Permalink
chore(release): 3.1.1
Browse files Browse the repository at this point in the history
## [3.1.1](v3.1.0...v3.1.1) (2023-06-01)

### Bug Fixes

* add missing file extension to imports ([#21](#21)) ([d3f0c21](d3f0c21)), closes [#20](#20)
  • Loading branch information
vai-eerau authored and semantic-release-bot committed Jun 1, 2023
1 parent d3f0c21 commit 4c7021c
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
@@ -1,3 +1,10 @@
## [3.1.1](https://github.com/iiroj/use-breakpoint/compare/v3.1.0...v3.1.1) (2023-06-01)


### Bug Fixes

* add missing file extension to imports ([#21](https://github.com/iiroj/use-breakpoint/issues/21)) ([d3f0c21](https://github.com/iiroj/use-breakpoint/commit/d3f0c21b2b22b3c865c1dee28e4aa044a4a7a91e)), closes [#20](https://github.com/iiroj/use-breakpoint/issues/20)

## [3.1.0](https://github.com/iiroj/use-breakpoint/compare/v3.0.7...v3.1.0) (2023-05-30)


Expand Down
4 changes: 2 additions & 2 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": "use-breakpoint",
"version": "3.1.0",
"version": "3.1.1",
"description": "A React hook for getting the current responsive media breakpoint",
"author": "Iiro Jäppinen <iiro@jappinen.fi (https://iiro.fi)",
"license": "MIT",
Expand Down

0 comments on commit 4c7021c

Please sign in to comment.