Skip to content

Commit

Permalink
Releasing Realm Web v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Dec 8, 2020
1 parent c2bc4f6 commit 5a83b6b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/realm-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
?.?.? Release notes (2020-??-??)
1.1.0 Release notes (2020-12-08)
=============================================================

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/realm-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ npm install realm-web
As a script-tag in the head of a browser:

```html
<script src="https://unpkg.com/realm-web@1.0.0/dist/bundle.iife.js"></script>
<script src="https://unpkg.com/realm-web@1.1.0/dist/bundle.iife.js"></script>
```

## Caveats / limitations
Expand Down
2 changes: 1 addition & 1 deletion packages/realm-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/realm-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "realm-web",
"version": "1.0.0",
"version": "1.1.0",
"description": "Authenticate and communicate with the MongoDB Realm platform, from your web-browser",
"main": "./dist/bundle.cjs.js",
"module": "./dist/bundle.es.js",
Expand Down

0 comments on commit 5a83b6b

Please sign in to comment.