@capacitor-community/intercom
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.0.2](https://github.com/capacitor-community/intercom/compare/v1.0.1...v1.0.2) (2020-06-27) | ||
### Bug Fixes | ||
* contributor links ([b40933d](https://github.com/capacitor-community/intercom/commit/b40933d5bddcf26f33849b2e4dbdd4fc4d3d5420)) | ||
### [1.0.1](https://github.com/capacitor-community/intercom/compare/v1.0.0...v1.0.1) (2020-06-27) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@capacitor-community/intercom", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Enable Intercom features for Capacitor apps", | ||
@@ -5,0 +5,0 @@ "main": "dist/esm/index.js", |
@@ -15,3 +15,4 @@ <p align="center"><br><img src="https://user-images.githubusercontent.com/236501/85893648-1c92e880-b7a8-11ea-926d-95355b8175c7.png" width="128" height="128" /></p> | ||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> | ||
<a href="#contributors-"><img src="https://img.shields.io/badge/all%20contributors-4-orange?style=flat-square" /></a><!-- ALL-CONTRIBUTORS-BADGE:END --> | ||
<a href="#contributors"><img src="https://img.shields.io/badge/all%20contributors-4-orange?style=flat-square" /></a> | ||
<!-- ALL-CONTRIBUTORS-BADGE:END --> | ||
</p> | ||
@@ -25,2 +26,6 @@ | ||
## Notice 🚀 | ||
We're starting fresh under an official org. If you were using the previous npm package `capacitor-intercom`, please update your package.json to `@capacitor-community/intercom`. Check out [changelog](/CHANGELOG.md) for more info. | ||
## Installation | ||
@@ -170,6 +175,6 @@ | ||
<tr> | ||
<td align="center"><a href="https://twitter.com/StewanSilva"><img src="https://avatars1.githubusercontent.com/u/719763?v=4" width="75px;" alt=""/><br /><sub><b>Stew</b></sub></a><br /><a href="https://github.com/stewwan/@capacitor-community/intercom/commits?author=stewwan" title="Code">💻</a> <a href="https://github.com/stewwan/@capacitor-community/intercom/commits?author=stewwan" title="Documentation">📖</a></td> | ||
<td align="center"><a href="https://davidseek.com/"><img src="https://avatars2.githubusercontent.com/u/17073950?v=4" width="75px;" alt=""/><br /><sub><b>David Seek</b></sub></a><br /><a href="https://github.com/stewwan/@capacitor-community/intercom/commits?author=davidseek" title="Code">💻</a></td> | ||
<td align="center"><a href="https://github.com/rnikitin"><img src="https://avatars3.githubusercontent.com/u/1829318?v=4" width="75px;" alt=""/><br /><sub><b>Roman Nikitin</b></sub></a><br /><a href="https://github.com/stewwan/@capacitor-community/intercom/commits?author=rnikitin" title="Code">💻</a></td> | ||
<td align="center"><a href="https://github.com/atomassoni"><img src="https://avatars1.githubusercontent.com/u/17362459?v=4" width="75px;" alt=""/><br /><sub><b>Anne Tomassoni</b></sub></a><br /><a href="https://github.com/stewwan/@capacitor-community/intercom/commits?author=atomassoni" title="Code">💻</a> <a href="https://github.com/stewwan/@capacitor-community/intercom/pulls?q=is%3Apr+reviewed-by%3Aatomassoni" title="Reviewed Pull Requests">👀</a></td> | ||
<td align="center"><a href="https://twitter.com/StewanSilva"><img src="https://avatars1.githubusercontent.com/u/719763?v=4" width="75px;" alt=""/><br /><sub><b>Stew</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=stewwan" title="Code">💻</a> <a href="https://github.com/capacitor-community/intercom/commits?author=stewwan" title="Documentation">📖</a></td> | ||
<td align="center"><a href="https://davidseek.com/"><img src="https://avatars2.githubusercontent.com/u/17073950?v=4" width="75px;" alt=""/><br /><sub><b>David Seek</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=davidseek" title="Code">💻</a></td> | ||
<td align="center"><a href="https://github.com/rnikitin"><img src="https://avatars3.githubusercontent.com/u/1829318?v=4" width="75px;" alt=""/><br /><sub><b>Roman Nikitin</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=rnikitin" title="Code">💻</a></td> | ||
<td align="center"><a href="https://github.com/atomassoni"><img src="https://avatars1.githubusercontent.com/u/17362459?v=4" width="75px;" alt=""/><br /><sub><b>Anne Tomassoni</b></sub></a><br /><a href="https://github.com/capacitor-community/intercom/commits?author=atomassoni" title="Code">💻</a> <a href="https://github.com/capacitor-community/intercom/pulls?q=is%3Apr+reviewed-by%3Aatomassoni" title="Reviewed Pull Requests">👀</a></td> | ||
</tr> | ||
@@ -180,5 +185,4 @@ </table> | ||
<!-- prettier-ignore-end --> | ||
<!-- ALL-CONTRIBUTORS-LIST:END --> | ||
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! |
861261
185