Skip to content

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Freisler committed Oct 31, 2019
1 parent 3f0bafd commit 7e8a689
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,4 +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.

## [0.4.0](https://github.com/FRSource/FRS-hide-scrollbar/compare/v0.3.0...v0.4.0) (2019-10-31)


### ⚠ BREAKING CHANGES

* FRSHideScrollbar is now shipped via regular export rather than default one

* migrate from parcel to microbundle ([#13](https://github.com/FRSource/FRS-hide-scrollbar/issues/13)) ([3f0bafd](https://github.com/FRSource/FRS-hide-scrollbar/commit/3f0bafd4dc800f2c98fef097bbfa8f904a30dec1))

### [0.3.1](https://github.com/FRSource/FRS-hide-scrollbar/compare/v0.3.0...v0.3.1) (2019-10-30)
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "frs-hide-scrollbar",
"version": "0.3.1",
"version": "0.4.0",
"description": "Easy & lightweight solution for cross-browser scrollbar hiding",
"source": "src/index.mjs",
"main": "dist/FRS-hide-scrollbar.js",
Expand Down

0 comments on commit 7e8a689

Please sign in to comment.