Skip to content

Commit

Permalink
[*] Integrations - Fix intercom conversations display with API v2 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
larcin committed Apr 6, 2020
1 parent 63d4e05 commit d7f7683
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [Unreleased]
### Fixed
- Security - Fix potential vulnerability upgrading `acorn` dependency.
- Integrations - Fix intercom conversations display with API v2.

## RELEASE 6.0.0 - 2020-03-17

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@babel/runtime": "7.8.3",
"bluebird": "2.9.25",
"forest-express": "7.0.1",
"forest-express": "7.0.3",
"http-errors": "1.7.2",
"lodash": "4.17.13",
"moment": "2.24.0",
Expand Down Expand Up @@ -68,4 +68,4 @@
"pre-commit": [
"pre-commit"
]
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2647,10 +2647,10 @@ for-in@^1.0.2:
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=

forest-express@7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.0.1.tgz#9deee488a1923b8f1d84dcf1d08f1eeee0e385b2"
integrity sha512-il+CC2KgE5hz9kni2E/T6DSCuv7zsRmEc0hgt66N3TdxVwu/k0ApWNKdBwXNZ8sDZt3EGjGscnS9dlyrObPtwg==
forest-express@7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.0.3.tgz#31ddc8f9c7d2502e00081c7691ee18786f5d7ef6"
integrity sha512-fpbLZr4UeEFWe8Vax8kYqecXbSNu3RTpTtJGqLqf/h91HcODfmI22/NVRHkUWf0ip2e2tJkdeFzEiMNXYakUgg==
dependencies:
"@babel/runtime" "7.8.3"
base32-encode "1.1.1"
Expand Down

0 comments on commit d7f7683

Please sign in to comment.