Skip to content

Commit

Permalink
update versions and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
902seanryan committed Mar 9, 2022
1 parent 5583779 commit 81afcb4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.2.2] - 2021-03-09
## Fixed
- Add check to ensure target is not null before sending message in connectionRecieved method
- fixed error in debug logging always setting `recieved` to `false`

## Changed
- Changed console.error to console.warn when trying to parse JSON in postMessages to better reflect the behaviour

## [3.2.1] - 2021-10-07
### Added
- This CHANGELOG
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bellhop-iframe",
"version": "3.2.1",
"version": "3.2.2",
"main": "dist/bellhop.js",
"module": "dist/bellhop.js",
"browser": "dist/bellhop.js",
Expand Down

0 comments on commit 81afcb4

Please sign in to comment.