Skip to content

Commit

Permalink
update: version
Browse files Browse the repository at this point in the history
  • Loading branch information
DaKingKong committed Oct 24, 2024
1 parent dd5dd5e commit 12c05bd
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release notes

## 1.1.1

- Fix: Call/SMS logging issue

## 1.1.0

- New: Show error page when CRM initialization fails
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rc-unified-crm-extension-server",
"version": "1.1.0",
"version": "1.1.1",
"description": "RingCentral Unified CRM Extension",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/adapters/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -868,5 +868,5 @@
}
}
},
"version": "1.1.0"
"version": "1.1.1"
}
2 changes: 1 addition & 1 deletion src/adapters/testCRM/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@
}
}
},
"version": "1.1.0"
"version": "1.1.1"
}
14 changes: 14 additions & 0 deletions src/releaseNotes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"1.1.1": {
"global":[
{
"type": "Fix",
"description": "- Call/SMS logging issue"
}
],
"bullhorn":[
{
"type": "Message",
"description": "- There has been a fix for unstable Bullhorn authorization. Please disconnect -> refresh Bullhorn page -> re-connect if you haven't done it."
}
]
},
"1.1.0": {
"global":[
{
Expand Down

0 comments on commit 12c05bd

Please sign in to comment.