Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-06-05)

### Bug Fixes

* **create-meeting:** fix ([#26](#26)) ([e7cc1bd](e7cc1bd))
* **package:** fix devDependencies ([#13](#13)) ([33ed014](33ed014))
* **types:** added token to all request ([#10](#10)) ([77bd11b](77bd11b))

### Features

* **ac-meeting:** avance meeting ([9a41bcb](9a41bcb))
* **ac-meeting:** creacion meeting ([31050c7](31050c7))
* **base:** token y url base provider y domain createmeeting ([c957345](c957345))
* **base-provider:** refactor to abstract class ([7be366c](7be366c))
* **class:** refactor to Class ([108ed9b](108ed9b))
* **fetch-endpoint:** added fetch endpoint logic ([b62a14c](b62a14c))
* **go-meeting:** go meeting adobeconnect ([82ac472](82ac472))
* **login-adobeconnect:** avance login adobeconnect ([#8](#8)) ([2ea2062](2ea2062))
* **login-response:** response formatted to requeststatus ([2a69689](2a69689))
* **participant:** added participant ([935bc2a](935bc2a))
* **participant:** added participantToMeeting ([796cb78](796cb78))
  • Loading branch information
semantic-release-bot committed Jun 5, 2020
1 parent 9b8caae commit 72c5f2d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 1.0.0 (2020-06-05)


### Bug Fixes

* **create-meeting:** fix ([#26](https://github.com/eclass/cev-providers/issues/26)) ([e7cc1bd](https://github.com/eclass/cev-providers/commit/e7cc1bd848ecde8a40f45a53f22b58efc5a2079c))
* **package:** fix devDependencies ([#13](https://github.com/eclass/cev-providers/issues/13)) ([33ed014](https://github.com/eclass/cev-providers/commit/33ed01402b6bb732a5592d208b18738b430420f1))
* **types:** added token to all request ([#10](https://github.com/eclass/cev-providers/issues/10)) ([77bd11b](https://github.com/eclass/cev-providers/commit/77bd11b7f57798b5cd315742a266a3f91cf6288c))


### Features

* **ac-meeting:** avance meeting ([9a41bcb](https://github.com/eclass/cev-providers/commit/9a41bcbf4a137c055368a76b511c90f1a5ae5708))
* **ac-meeting:** creacion meeting ([31050c7](https://github.com/eclass/cev-providers/commit/31050c77196fa5a368150a9053bdd19c4d4381ce))
* **base:** token y url base provider y domain createmeeting ([c957345](https://github.com/eclass/cev-providers/commit/c957345564bcacd5c469087ae4a8a6180a8cb6e6))
* **base-provider:** refactor to abstract class ([7be366c](https://github.com/eclass/cev-providers/commit/7be366cc18d958f009ac37feb87b0782411a14fd))
* **class:** refactor to Class ([108ed9b](https://github.com/eclass/cev-providers/commit/108ed9bfdd5b6133e79ff6b8ffdd2637a7860dfe))
* **fetch-endpoint:** added fetch endpoint logic ([b62a14c](https://github.com/eclass/cev-providers/commit/b62a14c72b955ce74d7ba66e6dc798a990cee838))
* **go-meeting:** go meeting adobeconnect ([82ac472](https://github.com/eclass/cev-providers/commit/82ac4725d41d443fec36ef4e81b70039030b07fe))
* **login-adobeconnect:** avance login adobeconnect ([#8](https://github.com/eclass/cev-providers/issues/8)) ([2ea2062](https://github.com/eclass/cev-providers/commit/2ea2062f72a0e427f5dad6fbd180e4dabe7afcd3))
* **login-response:** response formatted to requeststatus ([2a69689](https://github.com/eclass/cev-providers/commit/2a69689126506a49cb9c3a31a249b3a917bb6b56))
* **participant:** added participant ([935bc2a](https://github.com/eclass/cev-providers/commit/935bc2a77d32e1f232afa32b7a61b06a52e7b56c))
* **participant:** added participantToMeeting ([796cb78](https://github.com/eclass/cev-providers/commit/796cb78a99be07ffc18a9cdba7f4ebdefd07dccd))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclass/cev-providers",
"version": "0.0.1",
"version": "1.0.0",
"description": "Integración Proveedores CEV",
"main": "dist/index.js",
"type": "commonjs",
Expand Down

0 comments on commit 72c5f2d

Please sign in to comment.