Skip to content

Commit 0452894

Browse files
committed
Updated to version 0.3.0
1 parent e6bf14b commit 0452894

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Include [lib/graph-js-sdk-web.js](https://github.com/microsoftgraph/msgraph-sdk-
2121
<script type="text/javascript" src="graph-js-sdk-web.js"></script>
2222
```
2323
## Changelog
24+
#### 0.3.0
25+
* Migrated away from typings in sdk core and TypeScript sample
26+
2427
#### 0.2.2
2528
* Updated SuperAgent to version ``` 3.3.0 ```
2629

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "msgraph-sdk-javascript",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "Microsoft Graph JavaScript SDK",
55
"main": "lib/src/index.js",
66
"typings": "lib/src/index",

0 commit comments

Comments
 (0)