Skip to content

Commit 0a76af3

Browse files
committed
Merge branch 'visible-changes' into trunk
Signed-off-by: Hrishikesh Patil <[email protected]>
2 parents 933ace3 + 123fb43 commit 0a76af3

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v5.0.1
2+
3+
Make pending changes to README.md
4+
15
v5.0.0
26

37
Migrate main files of module to typescript

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Install using
3636
```js
3737
const core = require('broadcastem-core');
3838

39-
core.init(options).then(app => {
39+
core(options).then(app => {
4040
//Use app
4141
});
4242
```

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"name": "broadcastem-core",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "The core module for Broadcast 'em application",
55
"keywords": [
66
"broadcast",
77
"share",
88
"local network",
9-
"file share",
10-
"cli"
9+
"file share"
1110
],
1211
"main": "dist/index.js",
1312
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)