Skip to content

Commit

Permalink
Update README.md and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
k3vink3vin committed Jul 1, 2020
1 parent 289d145 commit 521258f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v5.9.0 (1-7-2020)

## Features

- **Files**: Add `files()` resources to User scope for creating and reading by file ID.

# v5.8.0 (3-2-2020)

## Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import * as evrythng from 'evrythng'
Or use a simple script tag to load it from the CDN.

```html
<script src="https://d10ka0m22z5ju5.cloudfront.net/js/evrythng/5.8.1/evrythng-5.8.1.js"></script>
<script src="https://d10ka0m22z5ju5.cloudfront.net/js/evrythng/5.9.0/evrythng-5.9.0.js"></script>
```

Then use in a browser `script` tag using the `evrythng` global variable:
Expand Down

0 comments on commit 521258f

Please sign in to comment.