Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.0...v1.5.0) (2020-01-29)

### Features

* **config:** Change the protocol ([28fce05](28fce05))
  • Loading branch information
semantic-release-bot committed Jan 29, 2020
1 parent 3b96070 commit e14401f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 14 deletions.
24 changes: 11 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,17 @@ Create a connection between [luminave](https://github.com/NERDDISCO/luminave) an

<!-- toc -->

- [luminave-thorium](#luminave-thorium)
- [Table of Contents](#table-of-contents)
- [Setup](#setup)
- [Config](#config)
- [Example .env](#example-env)
- [Use with luminave & Thorium](#use-with-luminave--thorium)
- [General Workflow](#general-workflow)
- [GraphQL](#graphql)
- [Troubleshooting](#troubleshooting)
- [No data received from Thorium](#no-data-received-from-thorium)
- [One action in Thorium is triggering more than 1 changes in luminave e.g. the same scene multiple times](#one-action-in-thorium-is-triggering-more-than-1-changes-in-luminave-eg-the-same-scene-multiple-times)
- [API Documentation](#api-documentation)
- [Data provided by Thorium](#data-provided-by-thorium)
- [Setup](#setup)
- [Config](#config)
* [Example .env](#example-env)
- [Use with luminave & Thorium](#use-with-luminave--thorium)
* [General Workflow](#general-workflow)
* [GraphQL](#graphql)
- [Troubleshooting](#troubleshooting)
* [No data received from Thorium](#no-data-received-from-thorium)
* [One action in Thorium is triggering more than 1 changes in luminave e.g. the same scene multiple times](#one-action-in-thorium-is-triggering-more-than-1-changes-in-luminave-eg-the-same-scene-multiple-times)
- [API Documentation](#api-documentation)
- [Data provided by Thorium](#data-provided-by-thorium)

<!-- tocstop -->

Expand Down
2 changes: 2 additions & 0 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The client can be used to interact with the GraphQL API of Thorium.

| Param | Type | Description |
| --- | --- | --- |
| protocol | <code>string</code> | The protocol of the GraphQL server |
| address | <code>string</code> | The IP of the Thorium server |
| port | <code>string</code> | The port of the Thorium server |
| clientId | <code>string</code> | The ID of the client that will be used in Thorium to identify this client |
Expand All @@ -27,6 +28,7 @@ Singleton client
| Param | Type | Description |
| --- | --- | --- |
| type | <code>string</code> | What kind of GraphQL client (either thorium or luminave) |
| protocol | <code>string</code> | The protocol of the graphql client |
| address | <code>string</code> | The IP of the Thorium server |
| port | <code>string</code> | The port of the Thorium server |
| clientId | <code>string</code> | The ID of the client that will be used in Thorium to identify this client |
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.5.0](https://github.com/NERDDISCO/luminave-thorium/compare/v1.4.0...v1.5.0) (2020-01-29)


### Features

* **config:** Change the protocol ([28fce05](https://github.com/NERDDISCO/luminave-thorium/commit/28fce05))

# [1.4.0](https://github.com/NERDDISCO/luminave-thorium/compare/v1.3.0...v1.4.0) (2019-10-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "luminave-thorium",
"version": "1.4.0",
"version": "1.5.0",
"description": "Create a connection between luminave and Thorium.",
"main": "index.js",
"publishConfig": {
Expand Down

0 comments on commit e14401f

Please sign in to comment.