diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b415f4..e0011a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.4.3](https://github.com/ryanwalters/sticky-events/compare/v3.4.2...v3.4.3) (2020-06-18) + + +### Bug Fixes + +* **build:** push changelog during release ([80f80bc](https://github.com/ryanwalters/sticky-events/commit/80f80bcd9ae329a7784ce3ad580b9f19e65dba2e)) + # Changelog 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. diff --git a/package.json b/package.json index 3ee0f9b..1661b47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sticky-events", - "version": "3.4.2", + "version": "3.4.3", "description": "Events for `position: sticky`, without the need for `onscroll`", "main": "./dist/sticky-events.cjs.js", "module": "./dist/sticky-events.esm.js", @@ -81,7 +81,8 @@ "@semantic-release/git", { "assets": [ - "package.json", "CHANGELOG.md" + "package.json", + "CHANGELOG.md" ], "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" }