Skip to content

Commit

Permalink
Merge pull request #18 from Fiksuruoka-fi/release-please--branches--m…
Browse files Browse the repository at this point in the history
…ain--components--intercom

chore(main): release v4.3.0
  • Loading branch information
eljass authored May 5, 2023
2 parents 5545094 + 00a2847 commit bdcbec7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [4.3.0](https://github.com/Fiksuruoka-fi/capacitor-intercom/compare/v4.2.2...v4.3.0) (2023-05-05)


### Features

* **intercom:** :sparkles: adds support for multiple companies ([c59020e](https://github.com/Fiksuruoka-fi/capacitor-intercom/commit/c59020efecf0e98b33e19b232ecf9ee7aa6b1278))


### Bug Fixes

* **intercom:** :bug: customAttributes might be null ([0ab1531](https://github.com/Fiksuruoka-fi/capacitor-intercom/commit/0ab1531c314fe43a821ea59f8b90bdf99e6febc2))
* **intercom:** :bug: fixes registering ios push notification token ([0dad7b1](https://github.com/Fiksuruoka-fi/capacitor-intercom/commit/0dad7b11e9e55fd23b9e8e522c4eb646728756c2))
* **intercom:** :bug: fixes resolving the unreadConversationListener setup ([e45b3de](https://github.com/Fiksuruoka-fi/capacitor-intercom/commit/e45b3deadd953a9fa7f14840ce8ca1c8e0679625))

## [4.2.2](https://github.com/Fiksuruoka-fi/capacitor-intercom/compare/v4.2.1...v4.2.2) (2023-05-03)


Expand Down
4 changes: 2 additions & 2 deletions 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": "@foodello/intercom",
"version": "4.2.2",
"version": "4.3.0",
"description": "Enable Intercom features for Capacitor apps",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit bdcbec7

Please sign in to comment.