@cobaltio/cobalt-js 2.1.2 → 2.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,8 +20,11 @@ yarn add @cobaltio/cobalt-js
20
20
  ### Include
21
21
 
22
22
  #### Browser
23
- ```js
24
- <script src="https://cdn.jsdelivr.net/npm/@cobaltio/cobalt-js@1"></script>
23
+ ```html
24
+ <!-- import the latest version -->
25
+ <script src="https://cdn.jsdelivr.net/npm/@cobaltio/cobalt-js"></script>
26
+ <!-- import a specific version -->
27
+ <script src="https://cdn.jsdelivr.net/npm/@cobaltio/cobalt-js@2"></script>
25
28
  ```
26
29
 
27
30
  #### Node
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobaltio/cobalt-js",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Cobalt frontend SDK",
5
5
  "main": "./cobalt.js",
6
6
  "scripts": {