Skip to content

Commit

Permalink
update: version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
DaKingKong committed Sep 2, 2024
1 parent 42d2f31 commit 37ea16f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 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.0.7

- Fix: Incoming call pop contact page fixed

## 1.0.6

- Better: User settings are organized in a better way
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.0.6",
"version": "1.0.7",
"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 @@ -779,5 +779,5 @@
}
}
},
"version": "1.0.6"
"version": "1.0.7"
}
2 changes: 1 addition & 1 deletion src/adapters/testCRM/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@
}
}
},
"version": "1.0.6 "
"version": "1.0.7"
}
16 changes: 12 additions & 4 deletions src/releaseNotes.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"1.0.6":{
"global":[
"1.0.7": {
"global": [
{
"type": "Fix",
"description": "- Incoming call pop contact page fixed"
}
]
},
"1.0.6": {
"global": [
{
"type": "Better",
"description": "- User settings are organized in a better way"
Expand All @@ -14,13 +22,13 @@
"description": "- Community forum is created, can be accessed via support page -> 'Get support'"
}
],
"clio":[
"clio": [
{
"type": "Better",
"description": "- Number formatters are in user setting contact page now"
}
],
"insightly":[
"insightly": [
{
"type": "Better",
"description": "- Number formatters are in user setting contact page now"
Expand Down

0 comments on commit 37ea16f

Please sign in to comment.