We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bf14b commit 0452894Copy full SHA for 0452894
README.md
@@ -21,6 +21,9 @@ Include [lib/graph-js-sdk-web.js](https://github.com/microsoftgraph/msgraph-sdk-
21
<script type="text/javascript" src="graph-js-sdk-web.js"></script>
22
```
23
## Changelog
24
+#### 0.3.0
25
+* Migrated away from typings in sdk core and TypeScript sample
26
+
27
#### 0.2.2
28
* Updated SuperAgent to version ``` 3.3.0 ```
29
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "msgraph-sdk-javascript",
3
- "version": "0.2.2",
+ "version": "0.3.0",
4
"description": "Microsoft Graph JavaScript SDK",
5
"main": "lib/src/index.js",
6
"typings": "lib/src/index",
0 commit comments