From b666ef0515dbea122d12335267e52a0a273d1942 Mon Sep 17 00:00:00 2001 From: Pavel Tiunov Date: Tue, 15 Oct 2019 14:15:15 -0700 Subject: [PATCH] v0.11.1 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/cubejs-server/CHANGELOG.md | 11 +++++++++++ packages/cubejs-server/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e091b2a79564..c5b932b466912 100644 --- a/CHANGELOG.md +++ b/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.11.1](https://github.com/cube-js/cube.js/compare/v0.11.0...v0.11.1) (2019-10-15) + + +### Bug Fixes + +* Error: Cannot find module './WebSocketServer' ([df3b074](https://github.com/cube-js/cube.js/commit/df3b074)) + + + + + # [0.11.0](https://github.com/cube-js/cube.js/compare/v0.10.62...v0.11.0) (2019-10-15) diff --git a/lerna.json b/lerna.json index e365f79e5a3e0..9eb7c9a172f64 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.11.0" + "version": "0.11.1" } diff --git a/packages/cubejs-server/CHANGELOG.md b/packages/cubejs-server/CHANGELOG.md index 2d7f637d5435e..e215f6c49796d 100644 --- a/packages/cubejs-server/CHANGELOG.md +++ b/packages/cubejs-server/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.11.1](https://github.com/statsbotco/cubejs-client/compare/v0.11.0...v0.11.1) (2019-10-15) + + +### Bug Fixes + +* Error: Cannot find module './WebSocketServer' ([df3b074](https://github.com/statsbotco/cubejs-client/commit/df3b074)) + + + + + # [0.11.0](https://github.com/statsbotco/cubejs-client/compare/v0.10.62...v0.11.0) (2019-10-15) diff --git a/packages/cubejs-server/package.json b/packages/cubejs-server/package.json index 80e757c0766b5..9e50fb76a9845 100644 --- a/packages/cubejs-server/package.json +++ b/packages/cubejs-server/package.json @@ -2,7 +2,7 @@ "name": "@cubejs-backend/server", "description": "Cube.js all-in-one server", "author": "Statsbot, Inc.", - "version": "0.11.0", + "version": "0.11.1", "engines": { "node": ">=8.11.1" },