Skip to content

Commit ceb6cac

Browse files
committed
Update webOSTV.js
1 parent 2ae4d63 commit ceb6cac

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v1.2.11
4+
webOSTV.js library updated to v1.2.11.
5+
36
## v1.2.5
47
Update README.md.
58

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ webOSTV.js
77

88
This the package contain a source code of the [webOSTV.js library](https://webostv.developer.lge.com/develop/references/webostvjs-introduction).
99

10-
# Library version
11-
A source code for library version **1.2.4**.
10+
# [Library version](https://webostv.developer.lge.com/develop/references/webostvjs-release-notes)
11+
A source code for library version [1.2.11](https://webostv.developer.lge.com/assets/library/webOSTVjs-1.2.11.zip).
1212

1313
## Install
1414
```bash
@@ -33,3 +33,8 @@ yarn add @types/webostvjs
3333
import 'webostvjs/webOSTV';
3434
import 'webostvjs/webOSTV-dev';
3535
```
36+
or
37+
```javascript
38+
require('webostvjs/webOSTV');
39+
require('webostvjs/webOSTV-dev');
40+
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webostvjs",
3-
"version": "1.2.5",
3+
"version": "1.2.11",
44
"description": "Source code of the webOSTV.js library",
55
"main": "webOSTV.js",
66
"repository": {

webOSTV-dev.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webOSTV.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)