From e21c98437cf3405ae10cff79478295ce11a7771f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Sep 2020 16:02:40 +0000 Subject: [PATCH] chore(release): 3.4.9 [skip ci] ## [3.4.9](https://github.com/ryanwalters/sticky-events/compare/v3.4.8...v3.4.9) (2020-09-11) ### Bug Fixes * **deps:** [security] bump node-fetch from 2.6.0 to 2.6.1 ([be27be9](https://github.com/ryanwalters/sticky-events/commit/be27be91bd41ca6a134ffc399e909d34f47f756c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 907d647..40883b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.4.9](https://github.com/ryanwalters/sticky-events/compare/v3.4.8...v3.4.9) (2020-09-11) + + +### Bug Fixes + +* **deps:** [security] bump node-fetch from 2.6.0 to 2.6.1 ([be27be9](https://github.com/ryanwalters/sticky-events/commit/be27be91bd41ca6a134ffc399e909d34f47f756c)) + ## [3.4.8](https://github.com/ryanwalters/sticky-events/compare/v3.4.7...v3.4.8) (2020-07-10) diff --git a/package.json b/package.json index 3fe82dd..2788cc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sticky-events", - "version": "3.4.8", + "version": "3.4.9", "description": "Events for `position: sticky`, without the need for `onscroll`", "main": "./dist/sticky-events.cjs.js", "module": "./dist/sticky-events.esm.js",