Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Rook committed Aug 9, 2021
1 parent 1e12289 commit ead9342
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to `dataFetcher.js` will be documented in this file, dates are (dd/mm/yyyy)

## 1.1.2 - 10/08/2021
- Updated readme to use https://cdn.jsdelivr.net/gh/handmadeweb/[email protected]/dist/data-fetcher.min.js

## 1.1.1 - 10/08/2021
- Add check for Html response

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dataFetcher.js is a small library to swap the content of an element with the Htm
### From cdn.jsdelivr.net
- Add the script to your footer.
```html
<script src="https://cdn.jsdelivr.net/npm/datafetcher.js@1.0.0/dist/data-fetcher.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/handmadeweb/datafetcher.js@1.1.2/dist/data-fetcher.min.js"></script>
```

### Precompiled js file
Expand Down

0 comments on commit ead9342

Please sign in to comment.