Skip to content

Commit

Permalink
chore(release): 3.4.4 [skip ci]
Browse files Browse the repository at this point in the history
## [3.4.4](v3.4.3...v3.4.4) (2020-07-10)

### Bug Fixes

* **deps:** [security] bump npm-registry-fetch from 4.0.4 to 4.0.5 ([6f3183a](6f3183a))
  • Loading branch information
semantic-release-bot committed Jul 10, 2020
1 parent c55a891 commit 80d42ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.4.4](https://github.com/ryanwalters/sticky-events/compare/v3.4.3...v3.4.4) (2020-07-10)


### Bug Fixes

* **deps:** [security] bump npm-registry-fetch from 4.0.4 to 4.0.5 ([6f3183a](https://github.com/ryanwalters/sticky-events/commit/6f3183ac82f27d852adf65792c916002b690829c))

## [3.4.3](https://github.com/ryanwalters/sticky-events/compare/v3.4.2...v3.4.3) (2020-06-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sticky-events",
"version": "3.4.3",
"version": "3.4.4",
"description": "Events for `position: sticky`, without the need for `onscroll`",
"main": "./dist/sticky-events.cjs.js",
"module": "./dist/sticky-events.esm.js",
Expand Down

0 comments on commit 80d42ae

Please sign in to comment.