Skip to content

Commit

Permalink
chore(release): 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.1.0](v4.0.25...v4.1.0) (2022-07-25)

### Bug Fixes

* explicit children typing ([#259](#259)) ([c52e21f](c52e21f))

### Features

* get rid of prop-types and set peerDependency of react to >=16 ([c3e50ae](c3e50ae))
  • Loading branch information
semantic-release-bot committed Jul 25, 2022
1 parent 3941e01 commit 49d3a0b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.1.0](https://github.com/xobotyi/react-scrollbars-custom/compare/v4.0.25...v4.1.0) (2022-07-25)


### Bug Fixes

* explicit children typing ([#259](https://github.com/xobotyi/react-scrollbars-custom/issues/259)) ([c52e21f](https://github.com/xobotyi/react-scrollbars-custom/commit/c52e21f6be4c0630a83c2de6d82d8ee1a5c19699))


### Features

* get rid of prop-types and set peerDependency of react to >=16 ([c3e50ae](https://github.com/xobotyi/react-scrollbars-custom/commit/c3e50ae0a57372598be6b5dfef0434c874c1a47a))

# CHANGELOG

## v4.0.17
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-scrollbars-custom",
"description": "The best React custom scrollbars component",
"version": "4.0.27",
"version": "4.1.0",
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/xobotyi"
Expand Down

0 comments on commit 49d3a0b

Please sign in to comment.