Merge pull request #46 from inf3cti0n95/semantic-release

Semantic release
master
Viraj Trivedi 6 years ago committed by GitHub
commit 0d700fcc1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,11 @@
{
"plugins": [
["semantic-release/commit-analyzer", {
"preset": "angular",
"releaseRules": [
{"type": "release", "release": "major"}
]
}],
"@semantic-release/release-notes-generator"
]
}

@ -13,6 +13,12 @@ Abstraction for Utilizing [Rocket.Chat](https://rocket.chat/)'s [Realtime API](h
npm install --save rocket.chat.realtime.api.rxjs
```
For RxJS v5 Version of the Package
```
npm install --save rocket.chat.realtime.api.rxjs@1.0.0
```
## Usage
```

Loading…
Cancel
Save