Skip to content

Commit e71c451

Browse files
committed
Merge branch 'fixes/0.9.3'
2 parents 00cc11b + 3da7d90 commit e71c451

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Check [Wiki](https://github.com/gautamsi/ews-javascript-api/wiki) for more detai
6363

6464
keep track of what is coming in [backlog](https://github.com/gautamsi/ews-javascript-api/milestones/backlog), keep eye on [milestones](https://github.com/gautamsi/ews-javascript-api/milestones) when I start working on it
6565

66-
# Whats new v0.9.3
66+
# Whats new v0.9.4 (no 0.9.3)
6767

6868
* new: you can now use ContactGroup for private DL functionality, `GroupMember` and `GroupMemberCollection` classes are implemented
6969
* new: added code for passing options to underlying Fetch library. most requested option was allowing use of untrusted certificate.
@@ -75,7 +75,7 @@ keep track of what is coming in [backlog](https://github.com/gautamsi/ews-javasc
7575
* fix: #274 fixed array initialization in `DeleteAttachmentRequest`, it was preventing any request to DeleteAttachment in EWS.
7676
* fix: #277 fixed an issue where setting `Contact.FileAsMapping` would not work and cause unhandled Excepttion
7777

78-
## snippet for 0.9.3
78+
## snippet for 0.9.4
7979

8080
### how to provide fetch options:
8181
```ts

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ews-javascript-api",
3-
"version": "0.9.3.1",
3+
"version": "0.9.4",
44
"description": "EWS Managed api in JavaScript",
55
"main": "js/ExchangeWebService.js",
66
"scripts": {

0 commit comments

Comments
 (0)