Skip to content

Commit

Permalink
chore(release): 3.4.3 [skip ci]
Browse files Browse the repository at this point in the history
## [3.4.3](v3.4.2...v3.4.3) (2020-06-18)

### Bug Fixes

* **build:** push changelog during release ([80f80bc](80f80bc))
  • Loading branch information
semantic-release-bot committed Jun 18, 2020
1 parent 80f80bc commit 5f5c5cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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}"
}
Expand Down

0 comments on commit 5f5c5cb

Please sign in to comment.