diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce3a6d89..e7d27db6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [0.8.0](https://github.com/Syncano/syncano-node/compare/v0.7.1...v0.8.0) (2018-02-09)
+
+
+### Bug Fixes
+
+* added missing await ([#126](https://github.com/Syncano/syncano-node/issues/126)) ([d78b1ca](https://github.com/Syncano/syncano-node/commit/d78b1ca))
+* **circleci:** proper deploy key ([c4ff73d](https://github.com/Syncano/syncano-node/commit/c4ff73d))
+* **cli:e2e:** turn on forgoten tests ([edbb9e9](https://github.com/Syncano/syncano-node/commit/edbb9e9))
+* **cli:e2e:registry:** fixing tests ([e528943](https://github.com/Syncano/syncano-node/commit/e528943))
+* **cli:init:** createInstance bug ([#121](https://github.com/Syncano/syncano-node/issues/121)) ([e3718bb](https://github.com/Syncano/syncano-node/commit/e3718bb))
+* **test:** package name ([b301bf3](https://github.com/Syncano/syncano-node/commit/b301bf3))
+* adding host ([53482fd](https://github.com/Syncano/syncano-node/commit/53482fd))
+* paths ([4a15344](https://github.com/Syncano/syncano-node/commit/4a15344))
+
+
+### Features
+
+* installation guide ([c120e38](https://github.com/Syncano/syncano-node/commit/c120e38))
+* links update & windows guide draft ([8e006ca](https://github.com/Syncano/syncano-node/commit/8e006ca))
+* **cli:socket:** verifying socket compatibility ([c3003f8](https://github.com/Syncano/syncano-node/commit/c3003f8))
+
+
+
+
## [0.7.1](https://github.com/Syncano/syncano-node/compare/v0.7.0...v0.7.1) (2018-01-28)
diff --git a/lerna.json b/lerna.json
index 5decf42a..d2fd1d72 100644
--- a/lerna.json
+++ b/lerna.json
@@ -16,7 +16,7 @@
]
}
},
- "version": "0.7.1",
+ "version": "0.8.0",
"changelog": {
"repo": "syncano/syncano-node",
"labels": {
diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md
index 35c2415f..62026692 100644
--- a/packages/cli/CHANGELOG.md
+++ b/packages/cli/CHANGELOG.md
@@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [0.8.0](https://github.com/Syncano/syncano-node/compare/v0.7.1...v0.8.0) (2018-02-09)
+
+
+### Bug Fixes
+
+* **cli:e2e:** turn on forgoten tests ([edbb9e9](https://github.com/Syncano/syncano-node/commit/edbb9e9))
+* **cli:e2e:registry:** fixing tests ([e528943](https://github.com/Syncano/syncano-node/commit/e528943))
+* **cli:init:** createInstance bug ([#121](https://github.com/Syncano/syncano-node/issues/121)) ([e3718bb](https://github.com/Syncano/syncano-node/commit/e3718bb))
+* added missing await ([#126](https://github.com/Syncano/syncano-node/issues/126)) ([d78b1ca](https://github.com/Syncano/syncano-node/commit/d78b1ca))
+
+
+### Features
+
+* **cli:socket:** verifying socket compatibility ([c3003f8](https://github.com/Syncano/syncano-node/commit/c3003f8))
+
+
+
+
## [0.7.1](https://github.com/Syncano/syncano-node/compare/v0.7.0...v0.7.1) (2018-01-28)
diff --git a/packages/cli/package.json b/packages/cli/package.json
index 29710b2c..b78112f2 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncano/cli",
- "version": "0.7.1",
+ "version": "0.8.0",
"description": "CLI for Syncano",
"author": "Maciej Kucharz",
"license": "MIT",
@@ -32,10 +32,10 @@
"url": "https://github.com/Syncano/syncano-node/issues"
},
"dependencies": {
- "@syncano/core": "0.7.1",
+ "@syncano/core": "0.8.0",
"@syncano/template-project-empty": "0.7.1",
"@syncano/template-project-hello": "0.7.1",
- "@syncano/template-socket-es6": "0.7.1",
+ "@syncano/template-socket-es6": "0.8.0",
"@syncano/template-socket-vanilla": "0.7.1",
"analytics-node": "^3.1.1",
"archiver": "^2.1.0",
@@ -74,7 +74,7 @@
"ws": "^4.0.0"
},
"devDependencies": {
- "@syncano/test-tools": "0.7.1",
+ "@syncano/test-tools": "0.8.0",
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dynamic-import-node": "^1.0.2",
diff --git a/packages/lib-js-client/CHANGELOG.md b/packages/lib-js-client/CHANGELOG.md
index 205a53f5..9d86b418 100644
--- a/packages/lib-js-client/CHANGELOG.md
+++ b/packages/lib-js-client/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [0.8.0](https://github.com/Syncano/syncano-node/compare/v0.7.1...v0.8.0) (2018-02-09)
+
+
+### Bug Fixes
+
+* **cli:init:** createInstance bug ([#121](https://github.com/Syncano/syncano-node/issues/121)) ([e3718bb](https://github.com/Syncano/syncano-node/commit/e3718bb))
+
+
+
+
## [0.7.1](https://github.com/Syncano/syncano-client-js/compare/v0.7.0...v0.7.1) (2018-01-28)
diff --git a/packages/lib-js-client/package.json b/packages/lib-js-client/package.json
index b05a50f2..190c787f 100644
--- a/packages/lib-js-client/package.json
+++ b/packages/lib-js-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncano/client",
- "version": "0.7.1",
+ "version": "0.8.0",
"description": "Interact with your Syncano Sockets.",
"main": "lib/index.js",
"author": "Syncano Inc.",
diff --git a/packages/lib-js-core/CHANGELOG.md b/packages/lib-js-core/CHANGELOG.md
index d1085cc7..b77e8862 100644
--- a/packages/lib-js-core/CHANGELOG.md
+++ b/packages/lib-js-core/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [0.8.0](https://github.com/Syncano/syncano-node/compare/v0.7.1...v0.8.0) (2018-02-09)
+
+
+### Features
+
+* **cli:socket:** verifying socket compatibility ([c3003f8](https://github.com/Syncano/syncano-node/commit/c3003f8))
+
+
+
+
## [0.7.1](https://github.com/Syncano/syncano-server-js/compare/v0.7.0...v0.7.1) (2018-01-28)
diff --git a/packages/lib-js-core/package.json b/packages/lib-js-core/package.json
index 6e1e4347..a9b4aba0 100644
--- a/packages/lib-js-core/package.json
+++ b/packages/lib-js-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@syncano/core",
- "version": "0.7.1",
+ "version": "0.8.0",
"description": "A library to intereact with the Syncano API on a server side.",
"main": "lib/index.js",
"author": "Syncano Inc.",
@@ -37,7 +37,7 @@
"node-fetch": "2.0.0-alpha.9"
},
"devDependencies": {
- "@syncano/test-tools": "0.7.1",
+ "@syncano/test-tools": "0.8.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-plugin-add-module-exports": "^0.2.1",
diff --git a/packages/lib-js-test/CHANGELOG.md b/packages/lib-js-test/CHANGELOG.md
index 25bc0702..7ce2e93a 100644
--- a/packages/lib-js-test/CHANGELOG.md
+++ b/packages/lib-js-test/CHANGELOG.md
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [0.8.0](https://github.com/Syncano/syncano-node/compare/v0.7.1...v0.8.0) (2018-02-09)
+
+
+### Bug Fixes
+
+* **cli:init:** createInstance bug ([#121](https://github.com/Syncano/syncano-node/issues/121)) ([e3718bb](https://github.com/Syncano/syncano-node/commit/e3718bb))
+* **test:** package name ([b301bf3](https://github.com/Syncano/syncano-node/commit/b301bf3))
+
+
+
+
## [0.7.1](https://github.com/Syncano/syncano-node/compare/v0.7.0...v0.7.1) (2018-01-28)
diff --git a/packages/lib-js-test/package.json b/packages/lib-js-test/package.json
index da6d7aa9..cbc1df21 100644
--- a/packages/lib-js-test/package.json
+++ b/packages/lib-js-test/package.json
@@ -1,13 +1,14 @@
{
"name": "@syncano/test",
"description": "Testing tools for Syncano Sockets",
- "version": "0.7.1",
+ "version": "0.8.0",
"license": "MIT",
"main": "lib/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
+ "@syncano/validate": "0.8.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
@@ -16,8 +17,7 @@
"js-yaml": "^3.10.0",
"lodash": "^4.17.4",
"lodash.merge": "^4.6.0",
- "proxyquire": "^1.8.0",
- "@syncano/validate": "0.7.1"
+ "proxyquire": "^1.8.0"
},
"devDependencies": {
"rimraf": "^2.6.2",
diff --git a/packages/lib-js-validate/CHANGELOG.md b/packages/lib-js-validate/CHANGELOG.md
index ad362889..f00e0772 100644
--- a/packages/lib-js-validate/CHANGELOG.md
+++ b/packages/lib-js-validate/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [0.8.0](https://github.com/Syncano/syncano-node/compare/v0.7.1...v0.8.0) (2018-02-09)
+
+
+
+
+**Note:** Version bump only for package @syncano/validate
+
## [0.7.1](https://github.com/Syncano/syncano-node/compare/v0.7.0...v0.7.1) (2018-01-28)
diff --git a/packages/lib-js-validate/package.json b/packages/lib-js-validate/package.json
index 7ded7a8d..9fab5c1c 100644
--- a/packages/lib-js-validate/package.json
+++ b/packages/lib-js-validate/package.json
@@ -1,7 +1,7 @@
{
"name": "@syncano/validate",
"description": "Validating Syncanao request/responses and more",
- "version": "0.7.1",
+ "version": "0.8.0",
"license": "MIT",
"main": "lib/index.js",
"publishConfig": {
diff --git a/packages/template-socket-es6/CHANGELOG.md b/packages/template-socket-es6/CHANGELOG.md
index 439a7572..22006d28 100644
--- a/packages/template-socket-es6/CHANGELOG.md
+++ b/packages/template-socket-es6/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [0.8.0](https://github.com/Syncano/syncano-node/compare/v0.7.1...v0.8.0) (2018-02-09)
+
+
+
+
+**Note:** Version bump only for package @syncano/template-socket-es6
+
## [0.7.1](https://github.com/Syncano/syncano-node/compare/v0.7.0...v0.7.1) (2018-01-28)
diff --git a/packages/template-socket-es6/package.json b/packages/template-socket-es6/package.json
index d1af12d0..d8b9852e 100644
--- a/packages/template-socket-es6/package.json
+++ b/packages/template-socket-es6/package.json
@@ -1,7 +1,7 @@
{
"name": "@syncano/template-socket-es6",
"description": "ES6 Syncano Socket Template",
- "version": "0.7.1",
+ "version": "0.8.0",
"license": "MIT",
"main": "index.js",
"files": [
diff --git a/packages/test-tools/CHANGELOG.md b/packages/test-tools/CHANGELOG.md
index 069fcee2..ff2cbeea 100644
--- a/packages/test-tools/CHANGELOG.md
+++ b/packages/test-tools/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+# [0.8.0](https://github.com/Syncano/syncano-node/compare/v0.7.1...v0.8.0) (2018-02-09)
+
+
+
+
+**Note:** Version bump only for package @syncano/test-tools
+
## [0.7.1](https://github.com/Syncano/syncano-node/compare/v0.7.0...v0.7.1) (2018-01-28)
diff --git a/packages/test-tools/package.json b/packages/test-tools/package.json
index bc9763cc..a6a168b6 100644
--- a/packages/test-tools/package.json
+++ b/packages/test-tools/package.json
@@ -1,14 +1,14 @@
{
"name": "@syncano/test-tools",
"description": "Testing tools for Syncano Sockets",
- "version": "0.7.1",
+ "version": "0.8.0",
"license": "MIT",
"main": "lib/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@syncano/core": "0.7.1",
+ "@syncano/core": "0.8.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",