From 4187fe6f9b970d2fa7821c2d57a2218f8c7770f5 Mon Sep 17 00:00:00 2001 From: Christo Date: Thu, 15 Nov 2018 15:17:41 +0100 Subject: [PATCH] chore(release): Bumped to version v0.13.1. --- CHANGELOG.md | 11 +++++ lerna.json | 2 +- packages/cli/CHANGELOG.md | 8 ++++ packages/cli/package.json | 4 +- packages/core/CHANGELOG.md | 8 ++++ packages/core/package.json | 2 +- packages/plugin-aqicn/CHANGELOG.md | 8 ++++ packages/plugin-aqicn/package.json | 4 +- packages/plugin-csv/CHANGELOG.md | 8 ++++ packages/plugin-csv/package.json | 6 +-- packages/plugin-ddg/CHANGELOG.md | 8 ++++ packages/plugin-ddg/package.json | 4 +- packages/plugin-elasticsearch/CHANGELOG.md | 8 ++++ packages/plugin-elasticsearch/package.json | 4 +- packages/plugin-facebook/CHANGELOG.md | 8 ++++ packages/plugin-facebook/package.json | 4 +- packages/plugin-fs/CHANGELOG.md | 8 ++++ packages/plugin-fs/package.json | 4 +- packages/plugin-google/CHANGELOG.md | 8 ++++ packages/plugin-google/package.json | 6 +-- packages/plugin-googlesheets/CHANGELOG.md | 8 ++++ packages/plugin-googlesheets/package.json | 4 +- packages/plugin-guardian/CHANGELOG.md | 8 ++++ packages/plugin-guardian/package.json | 4 +- packages/plugin-http/CHANGELOG.md | 8 ++++ packages/plugin-http/package.json | 6 +-- packages/plugin-instagram/CHANGELOG.md | 8 ++++ packages/plugin-instagram/package.json | 4 +- packages/plugin-mail/CHANGELOG.md | 8 ++++ packages/plugin-mail/package.json | 4 +- packages/plugin-media/CHANGELOG.md | 8 ++++ packages/plugin-media/package.json | 6 +-- packages/plugin-mongodb/CHANGELOG.md | 8 ++++ packages/plugin-mongodb/package.json | 4 +- packages/plugin-regex/CHANGELOG.md | 8 ++++ packages/plugin-regex/package.json | 4 +- packages/plugin-sec/CHANGELOG.md | 8 ++++ packages/plugin-sec/package.json | 4 +- packages/plugin-tap/CHANGELOG.md | 8 ++++ packages/plugin-tap/package.json | 4 +- packages/plugin-telegram/CHANGELOG.md | 8 ++++ packages/plugin-telegram/package.json | 4 +- packages/plugin-test/CHANGELOG.md | 8 ++++ packages/plugin-test/package.json | 6 +-- packages/plugin-tika/CHANGELOG.md | 8 ++++ packages/plugin-tika/package.json | 6 +-- packages/plugin-tor/CHANGELOG.md | 8 ++++ packages/plugin-tor/package.json | 4 +- packages/plugin-twitter/CHANGELOG.md | 8 ++++ packages/plugin-twitter/package.json | 4 +- packages/plugin-workflow/CHANGELOG.md | 8 ++++ packages/plugin-workflow/package.json | 4 +- packages/plugin-youtube/CHANGELOG.md | 11 +++++ packages/plugin-youtube/package.json | 4 +- packages/sugarcube/CHANGELOG.md | 8 ++++ packages/sugarcube/package.json | 52 +++++++++++----------- packages/test/CHANGELOG.md | 8 ++++ packages/test/package.json | 4 +- 58 files changed, 324 insertions(+), 86 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 737d3c0c..946d1fbb 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.13.1](https://github.com/critocrito/sugarcube/compare/v0.13.0...v0.13.1) (2018-11-15) + + +### Bug Fixes + +* **plugin-youtube:** more lenient query parsing for videos and errors ([e7fa464](https://github.com/critocrito/sugarcube/commit/e7fa464)) + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/compare/v0.12.0...v0.13.0) (2018-11-14) diff --git a/lerna.json b/lerna.json index 33422bdc..2cf70d1a 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "0.13.0" + "version": "0.13.1" } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index fd9c88bf..eeedcb0a 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/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.13.1](https://github.com/critocrito/sugarcube/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/cli + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 77a441f4..cf11c478 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/cli", - "version": "0.13.0", + "version": "0.13.1", "description": "A CLI to operate SugarCube data processes.", "main": "_dist/index.js", "bin": { @@ -20,7 +20,7 @@ "bugs": "https://github.com/critocrito/sugarcube/issues", "homepage": "https://github.com/critocrito/sugarcube/tree/master/packages/cli#readme", "dependencies": { - "@sugarcube/core": "^0.13.0", + "@sugarcube/core": "^0.13.1", "dotenv": "^4.0.0", "lodash": "^4.17.4", "source-map-support": "^0.5.3", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0950b597..b314cc53 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.13.1](https://github.com/critocrito/sugarcube/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/core + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/compare/v0.12.0...v0.13.0) (2018-11-14) diff --git a/packages/core/package.json b/packages/core/package.json index 517272e8..1baae43f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/core", - "version": "0.13.0", + "version": "0.13.1", "description": "Monoidal data sequences.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", diff --git a/packages/plugin-aqicn/CHANGELOG.md b/packages/plugin-aqicn/CHANGELOG.md index 05336540..20e90a6f 100644 --- a/packages/plugin-aqicn/CHANGELOG.md +++ b/packages/plugin-aqicn/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.13.1](https://github.com/critocrito/sugarcube/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/plugin-aqicn + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/plugin-aqicn diff --git a/packages/plugin-aqicn/package.json b/packages/plugin-aqicn/package.json index d6ee322f..b19dcf4e 100644 --- a/packages/plugin-aqicn/package.json +++ b/packages/plugin-aqicn/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-aqicn", - "version": "0.13.0", + "version": "0.13.1", "description": "Scrape air pollution measurements from aqicn.org.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -17,7 +17,7 @@ "air pollution" ], "dependencies": { - "@sugarcube/core": "^0.13.0", + "@sugarcube/core": "^0.13.1", "cheerio": "^1.0.0-rc.2", "dashp": "^0.9.0", "lodash": "^4.17.4", diff --git a/packages/plugin-csv/CHANGELOG.md b/packages/plugin-csv/CHANGELOG.md index 3f133c5e..8af21dc7 100644 --- a/packages/plugin-csv/CHANGELOG.md +++ b/packages/plugin-csv/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.13.1](https://github.com/critocrito/sugarcube/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/plugin-csv + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/plugin-csv diff --git a/packages/plugin-csv/package.json b/packages/plugin-csv/package.json index 4c5edc91..626beb1d 100644 --- a/packages/plugin-csv/package.json +++ b/packages/plugin-csv/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-csv", - "version": "0.13.0", + "version": "0.13.1", "description": "CSV based input and output for SugarCube.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -17,8 +17,8 @@ "csv" ], "dependencies": { - "@sugarcube/core": "^0.13.0", - "@sugarcube/plugin-fs": "^0.13.0", + "@sugarcube/core": "^0.13.1", + "@sugarcube/plugin-fs": "^0.13.1", "csv-parse": "^1.2.4", "csv-stringify": "^1.0.4", "dashp": "^0.9.0", diff --git a/packages/plugin-ddg/CHANGELOG.md b/packages/plugin-ddg/CHANGELOG.md index 875daf34..58e274fd 100644 --- a/packages/plugin-ddg/CHANGELOG.md +++ b/packages/plugin-ddg/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.13.1](https://github.com/critocrito/sugarcube/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/plugin-ddg + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/plugin-ddg diff --git a/packages/plugin-ddg/package.json b/packages/plugin-ddg/package.json index a52c9888..3e8c7e29 100644 --- a/packages/plugin-ddg/package.json +++ b/packages/plugin-ddg/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-ddg", - "version": "0.13.0", + "version": "0.13.1", "description": "Search on DuckDuckGo.", "main": "lib/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -17,7 +17,7 @@ "duckduckgo" ], "dependencies": { - "@sugarcube/core": "^0.13.0", + "@sugarcube/core": "^0.13.1", "cheerio": "^1.0.0-rc.2", "dashp": "^0.9.0", "lodash": "^4.17.4", diff --git a/packages/plugin-elasticsearch/CHANGELOG.md b/packages/plugin-elasticsearch/CHANGELOG.md index 110ac27e..d4047b7f 100644 --- a/packages/plugin-elasticsearch/CHANGELOG.md +++ b/packages/plugin-elasticsearch/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.13.1](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-elasticsearch/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/plugin-elasticsearch + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-elasticsearch/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/plugin-elasticsearch diff --git a/packages/plugin-elasticsearch/package.json b/packages/plugin-elasticsearch/package.json index 87b0315e..aa86ce56 100644 --- a/packages/plugin-elasticsearch/package.json +++ b/packages/plugin-elasticsearch/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-elasticsearch", - "version": "0.13.0", + "version": "0.13.1", "description": "", "main": "_dist/index.js", "license": "GPL-3.0", @@ -15,7 +15,7 @@ "data storage" ], "dependencies": { - "@sugarcube/core": "^0.13.0", + "@sugarcube/core": "^0.13.1", "dashp": "^0.8.1", "elasticsearch": "^14.1.0", "glob": "^7.1.2", diff --git a/packages/plugin-facebook/CHANGELOG.md b/packages/plugin-facebook/CHANGELOG.md index 2aa0a4da..6eb9e90f 100644 --- a/packages/plugin-facebook/CHANGELOG.md +++ b/packages/plugin-facebook/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.13.1](https://github.com/critocrito/sugarcube/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/plugin-facebook + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/plugin-facebook diff --git a/packages/plugin-facebook/package.json b/packages/plugin-facebook/package.json index a4d424c5..d48dee9d 100644 --- a/packages/plugin-facebook/package.json +++ b/packages/plugin-facebook/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-facebook", - "version": "0.13.0", + "version": "0.13.1", "description": "Fetch data from facebook for sugarcube.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -17,7 +17,7 @@ "facebook" ], "dependencies": { - "@sugarcube/core": "^0.13.0", + "@sugarcube/core": "^0.13.1", "dashp": "^0.9.0", "date-fns": "^1.29.0", "lodash": "^4.17.4", diff --git a/packages/plugin-fs/CHANGELOG.md b/packages/plugin-fs/CHANGELOG.md index 8bbda421..22c95a02 100644 --- a/packages/plugin-fs/CHANGELOG.md +++ b/packages/plugin-fs/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.13.1](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-fs/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/plugin-fs + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-fs/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/plugin-fs diff --git a/packages/plugin-fs/package.json b/packages/plugin-fs/package.json index e43a010d..025ad453 100644 --- a/packages/plugin-fs/package.json +++ b/packages/plugin-fs/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-fs", - "version": "0.13.0", + "version": "0.13.1", "description": "Operate on the file system.", "main": "_dist/index.js", "license": "GPL-3.0", @@ -13,7 +13,7 @@ "transformation" ], "dependencies": { - "@sugarcube/core": "^0.13.0", + "@sugarcube/core": "^0.13.1", "dashp": "^0.9.0", "glob": "^7.1.2", "lodash": "^4.17.4", diff --git a/packages/plugin-google/CHANGELOG.md b/packages/plugin-google/CHANGELOG.md index ca43db5d..ab21b9ae 100644 --- a/packages/plugin-google/CHANGELOG.md +++ b/packages/plugin-google/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.13.1](https://github.com/critocrito/sugarcube/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/plugin-google + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/plugin-google diff --git a/packages/plugin-google/package.json b/packages/plugin-google/package.json index 7fad4c3f..bcbbaaef 100644 --- a/packages/plugin-google/package.json +++ b/packages/plugin-google/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-google", - "version": "0.13.0", + "version": "0.13.1", "description": "A plugin for SugarCube to interact with some google services.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -18,8 +18,8 @@ "search" ], "dependencies": { - "@sugarcube/core": "^0.13.0", - "@sugarcube/plugin-fs": "^0.13.0", + "@sugarcube/core": "^0.13.1", + "@sugarcube/plugin-fs": "^0.13.1", "babel-polyfill": "^6.23.0", "cheerio": "^1.0.0-rc.2", "dashp": "^0.9.0", diff --git a/packages/plugin-googlesheets/CHANGELOG.md b/packages/plugin-googlesheets/CHANGELOG.md index 573e1d28..694d4a0c 100644 --- a/packages/plugin-googlesheets/CHANGELOG.md +++ b/packages/plugin-googlesheets/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.13.1](https://github.com/critocrito/sugarcube/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/plugin-googlesheets + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/compare/v0.12.0...v0.13.0) (2018-11-14) diff --git a/packages/plugin-googlesheets/package.json b/packages/plugin-googlesheets/package.json index 7b0971b0..a5047eb1 100644 --- a/packages/plugin-googlesheets/package.json +++ b/packages/plugin-googlesheets/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-googlesheets", - "version": "0.13.0", + "version": "0.13.1", "description": "Import and Export units from google sheets", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -15,7 +15,7 @@ "author": "niko ", "license": "GPL-3.0", "dependencies": { - "@sugarcube/core": "^0.13.0", + "@sugarcube/core": "^0.13.1", "dashp": "^0.9.0", "google-auth-library": "^1.3.1", "googleapis": "^27.0.0", diff --git a/packages/plugin-guardian/CHANGELOG.md b/packages/plugin-guardian/CHANGELOG.md index b7469cd4..830a0791 100644 --- a/packages/plugin-guardian/CHANGELOG.md +++ b/packages/plugin-guardian/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.13.1](https://github.com/critocrito/sugarcube/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/plugin-guardian + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/plugin-guardian diff --git a/packages/plugin-guardian/package.json b/packages/plugin-guardian/package.json index 0024a79c..2dd45bef 100644 --- a/packages/plugin-guardian/package.json +++ b/packages/plugin-guardian/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-guardian", - "version": "0.13.0", + "version": "0.13.1", "description": "Fetch content from the Guardian.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -18,7 +18,7 @@ "bugs": "https://github.com/critocrito/sugarcube/issues", "homepage": "https://github.com/critocrito/sugarcube/tree/master/packages/plugin-guardian#readme", "dependencies": { - "@sugarcube/core": "^0.13.0", + "@sugarcube/core": "^0.13.1", "dashp": "^0.9.0", "lodash": "^4.17.4", "moment": "^2.19.1", diff --git a/packages/plugin-http/CHANGELOG.md b/packages/plugin-http/CHANGELOG.md index 32cae98d..8edae0a8 100644 --- a/packages/plugin-http/CHANGELOG.md +++ b/packages/plugin-http/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.13.1](https://github.com/critocrito/sugarcube/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/plugin-http + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/plugin-http diff --git a/packages/plugin-http/package.json b/packages/plugin-http/package.json index 8da2ba1b..987d7ee7 100644 --- a/packages/plugin-http/package.json +++ b/packages/plugin-http/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-http", - "version": "0.13.0", + "version": "0.13.1", "description": "HTTP related plugins for sugarcube.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -17,8 +17,8 @@ "http" ], "dependencies": { - "@sugarcube/core": "^0.13.0", - "@sugarcube/plugin-fs": "^0.13.0", + "@sugarcube/core": "^0.13.1", + "@sugarcube/plugin-fs": "^0.13.1", "child-process-promise": "^2.2.0", "dashp": "^0.9.0", "lodash": "^4.17.4", diff --git a/packages/plugin-instagram/CHANGELOG.md b/packages/plugin-instagram/CHANGELOG.md index fdcd1012..568b53a3 100644 --- a/packages/plugin-instagram/CHANGELOG.md +++ b/packages/plugin-instagram/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.13.1](https://github.com/critocrito/sugarcube/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/plugin-instagram + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/plugin-instagram diff --git a/packages/plugin-instagram/package.json b/packages/plugin-instagram/package.json index 2e69b611..f4401393 100644 --- a/packages/plugin-instagram/package.json +++ b/packages/plugin-instagram/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-instagram", - "version": "0.13.0", + "version": "0.13.1", "description": "A SugarCube plugin to query Instagram.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -17,7 +17,7 @@ "instagram" ], "dependencies": { - "@sugarcube/core": "^0.13.0", + "@sugarcube/core": "^0.13.1", "dashp": "^0.9.0", "lodash": "^4.17.4", "request": "^2.81.0", diff --git a/packages/plugin-mail/CHANGELOG.md b/packages/plugin-mail/CHANGELOG.md index a532dcce..e459e9e4 100644 --- a/packages/plugin-mail/CHANGELOG.md +++ b/packages/plugin-mail/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.13.1](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-mail/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/plugin-mail + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-mail/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/plugin-mail diff --git a/packages/plugin-mail/package.json b/packages/plugin-mail/package.json index c4c2c8c2..a03ad495 100644 --- a/packages/plugin-mail/package.json +++ b/packages/plugin-mail/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-mail", - "version": "0.13.0", + "version": "0.13.1", "description": "Send email notifications.", "main": "_dist/index.js", "license": "GPL-3.0", @@ -14,7 +14,7 @@ "mail" ], "dependencies": { - "@sugarcube/core": "^0.13.0", + "@sugarcube/core": "^0.13.1", "dashp": "^0.9.0", "dot": "^1.1.2", "gpg": "^0.6.0", diff --git a/packages/plugin-media/CHANGELOG.md b/packages/plugin-media/CHANGELOG.md index 9da71c81..4421c6ea 100644 --- a/packages/plugin-media/CHANGELOG.md +++ b/packages/plugin-media/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.13.1](https://github.com/critocrito/sugarcube/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/plugin-media + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/plugin-media diff --git a/packages/plugin-media/package.json b/packages/plugin-media/package.json index 5b45c9f8..9163dc96 100644 --- a/packages/plugin-media/package.json +++ b/packages/plugin-media/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-media", - "version": "0.13.0", + "version": "0.13.1", "description": "Media related plugins.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -20,8 +20,8 @@ "media" ], "dependencies": { - "@sugarcube/core": "^0.13.0", - "@sugarcube/plugin-fs": "^0.13.0", + "@sugarcube/core": "^0.13.1", + "@sugarcube/plugin-fs": "^0.13.1", "child-process-promise": "^2.2.1", "dashp": "^0.9.0", "gm": "^1.23.0", diff --git a/packages/plugin-mongodb/CHANGELOG.md b/packages/plugin-mongodb/CHANGELOG.md index 37060ed3..47e7dcfd 100644 --- a/packages/plugin-mongodb/CHANGELOG.md +++ b/packages/plugin-mongodb/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.13.1](https://github.com/critocrito/sugarcube/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/plugin-mongodb + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/plugin-mongodb diff --git a/packages/plugin-mongodb/package.json b/packages/plugin-mongodb/package.json index ddbd38ad..e5c3ca15 100644 --- a/packages/plugin-mongodb/package.json +++ b/packages/plugin-mongodb/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-mongodb", - "version": "0.13.0", + "version": "0.13.1", "description": "Persist data in MongoDB.", "main": "_dist/index.js", "license": "GPL-3.0", @@ -16,7 +16,7 @@ "transformation" ], "dependencies": { - "@sugarcube/core": "^0.13.0", + "@sugarcube/core": "^0.13.1", "bluebird": "^3.5.1", "dashp": "^0.9.0", "lodash": "^4.17.4", diff --git a/packages/plugin-regex/CHANGELOG.md b/packages/plugin-regex/CHANGELOG.md index 7033d028..462fb317 100644 --- a/packages/plugin-regex/CHANGELOG.md +++ b/packages/plugin-regex/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.13.1](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-regex/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/plugin-regex + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-regex/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/plugin-regex diff --git a/packages/plugin-regex/package.json b/packages/plugin-regex/package.json index ff415197..593d032c 100644 --- a/packages/plugin-regex/package.json +++ b/packages/plugin-regex/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-regex", - "version": "0.13.0", + "version": "0.13.1", "description": "Match fields for regular expressions.", "main": "_dist/index.js", "license": "GPL-3.0", @@ -13,7 +13,7 @@ "transformation" ], "dependencies": { - "@sugarcube/core": "^0.13.0", + "@sugarcube/core": "^0.13.1", "lodash": "^4.17.4" }, "publishConfig": { diff --git a/packages/plugin-sec/CHANGELOG.md b/packages/plugin-sec/CHANGELOG.md index 502706cc..2899c2c6 100644 --- a/packages/plugin-sec/CHANGELOG.md +++ b/packages/plugin-sec/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.13.1](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-sec/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/plugin-sec + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-sec/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/plugin-sec diff --git a/packages/plugin-sec/package.json b/packages/plugin-sec/package.json index 389bf19f..8d69ee45 100644 --- a/packages/plugin-sec/package.json +++ b/packages/plugin-sec/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-sec", - "version": "0.13.0", + "version": "0.13.1", "description": "Query the company filings of the U.S. SEC.", "main": "_dist/index.js", "license": "GPL-3.0", @@ -15,7 +15,7 @@ "securities and exchange commission" ], "dependencies": { - "@sugarcube/core": "^0.13.0", + "@sugarcube/core": "^0.13.1", "cheerio": "^1.0.0-rc.2", "dashp": "^0.9.0", "lodash": "^4.17.4", diff --git a/packages/plugin-tap/CHANGELOG.md b/packages/plugin-tap/CHANGELOG.md index 46e7ca83..8cb51e9d 100644 --- a/packages/plugin-tap/CHANGELOG.md +++ b/packages/plugin-tap/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.13.1](https://github.com/critocrito/sugarcube/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/plugin-tap + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/plugin-tap diff --git a/packages/plugin-tap/package.json b/packages/plugin-tap/package.json index ba968552..85b4287f 100644 --- a/packages/plugin-tap/package.json +++ b/packages/plugin-tap/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-tap", - "version": "0.13.0", + "version": "0.13.1", "description": "K-combinators for sugarcube.", "main": "_dist/index.js", "keywords": [ @@ -16,7 +16,7 @@ "author": "Christo ", "license": "GPL-3.0", "dependencies": { - "@sugarcube/core": "^0.13.0", + "@sugarcube/core": "^0.13.1", "lodash": "^4.17.4", "pify": "^3.0.0" }, diff --git a/packages/plugin-telegram/CHANGELOG.md b/packages/plugin-telegram/CHANGELOG.md index 19d75085..2d795798 100644 --- a/packages/plugin-telegram/CHANGELOG.md +++ b/packages/plugin-telegram/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.13.1](https://github.com/critocrito/sugarcube/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/plugin-telegram + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/plugin-telegram diff --git a/packages/plugin-telegram/package.json b/packages/plugin-telegram/package.json index 7c0c4df9..30b01ad5 100644 --- a/packages/plugin-telegram/package.json +++ b/packages/plugin-telegram/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-telegram", - "version": "0.13.0", + "version": "0.13.1", "description": "Plugins to utilize the Telegram API.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -17,7 +17,7 @@ "telegram" ], "dependencies": { - "@sugarcube/core": "^0.13.0", + "@sugarcube/core": "^0.13.1", "bluebird": "^3.5.1", "lodash": "^4.17.4", "telegraf": "^3.14.0" diff --git a/packages/plugin-test/CHANGELOG.md b/packages/plugin-test/CHANGELOG.md index 043529f4..cb64af4f 100644 --- a/packages/plugin-test/CHANGELOG.md +++ b/packages/plugin-test/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.13.1](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-test/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/plugin-test + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-test/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/plugin-test diff --git a/packages/plugin-test/package.json b/packages/plugin-test/package.json index c5ef8d27..3a091d54 100644 --- a/packages/plugin-test/package.json +++ b/packages/plugin-test/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-test", - "version": "0.13.0", + "version": "0.13.1", "description": "Plugins useful for testing SugarCube.", "main": "_dist/index.js", "license": "GPL-3.0", @@ -13,8 +13,8 @@ "transformation" ], "dependencies": { - "@sugarcube/core": "^0.13.0", - "@sugarcube/test": "^0.13.0", + "@sugarcube/core": "^0.13.1", + "@sugarcube/test": "^0.13.1", "dashp": "^0.9.0", "lodash": "^4.17.5" }, diff --git a/packages/plugin-tika/CHANGELOG.md b/packages/plugin-tika/CHANGELOG.md index b1c7a7da..1c7e5617 100644 --- a/packages/plugin-tika/CHANGELOG.md +++ b/packages/plugin-tika/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.13.1](https://github.com/critocrito/sugarcube/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/plugin-tika + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/plugin-tika diff --git a/packages/plugin-tika/package.json b/packages/plugin-tika/package.json index cce2249f..0b274515 100644 --- a/packages/plugin-tika/package.json +++ b/packages/plugin-tika/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-tika", - "version": "0.13.0", + "version": "0.13.1", "description": "Parse files and metadata using Tika.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -20,8 +20,8 @@ "pdf extraction" ], "dependencies": { - "@sugarcube/core": "^0.13.0", - "@sugarcube/plugin-fs": "^0.13.0", + "@sugarcube/core": "^0.13.1", + "@sugarcube/plugin-fs": "^0.13.1", "dashp": "^0.9.0", "lodash": "^4.17.4", "moment": "^2.19.1", diff --git a/packages/plugin-tor/CHANGELOG.md b/packages/plugin-tor/CHANGELOG.md index 0a8a6e0c..02996395 100644 --- a/packages/plugin-tor/CHANGELOG.md +++ b/packages/plugin-tor/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.13.1](https://github.com/critocrito/sugarcube/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/plugin-tor + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/plugin-tor diff --git a/packages/plugin-tor/package.json b/packages/plugin-tor/package.json index 3d3bed5e..6bc483be 100644 --- a/packages/plugin-tor/package.json +++ b/packages/plugin-tor/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-tor", - "version": "0.13.0", + "version": "0.13.1", "description": "Use SugarCube using the Tor project.", "main": "_dist/index.js", "repository": "https://github.com/critocrito/sugarcube", @@ -17,7 +17,7 @@ "tor" ], "dependencies": { - "@sugarcube/core": "^0.13.0", + "@sugarcube/core": "^0.13.1", "cheerio": "^1.0.0-rc.2", "dashp": "^0.9.0", "lodash": "^4.17.4", diff --git a/packages/plugin-twitter/CHANGELOG.md b/packages/plugin-twitter/CHANGELOG.md index 780775cc..1a8269a8 100644 --- a/packages/plugin-twitter/CHANGELOG.md +++ b/packages/plugin-twitter/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.13.1](https://github.com/critocrito/sugarcube/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/plugin-twitter + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/plugin-twitter diff --git a/packages/plugin-twitter/package.json b/packages/plugin-twitter/package.json index 844096a9..c3ae1ab9 100644 --- a/packages/plugin-twitter/package.json +++ b/packages/plugin-twitter/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-twitter", - "version": "0.13.0", + "version": "0.13.1", "description": "Query the Twitter API as a SugarCube plugin.", "main": "_dist/index.js", "license": "GPL-3.0", @@ -17,7 +17,7 @@ "twitter" ], "dependencies": { - "@sugarcube/core": "^0.13.0", + "@sugarcube/core": "^0.13.1", "dashp": "^0.9.0", "lodash": "^4.17.4", "moment": "^2.19.1", diff --git a/packages/plugin-workflow/CHANGELOG.md b/packages/plugin-workflow/CHANGELOG.md index ad0eaf8d..895033a0 100644 --- a/packages/plugin-workflow/CHANGELOG.md +++ b/packages/plugin-workflow/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.13.1](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-workflow/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/plugin-workflow + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/tree/master/packages/plugin-workflow/compare/v0.12.0...v0.13.0) (2018-11-14) diff --git a/packages/plugin-workflow/package.json b/packages/plugin-workflow/package.json index 8c4808f3..291ff29d 100644 --- a/packages/plugin-workflow/package.json +++ b/packages/plugin-workflow/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-workflow", - "version": "0.13.0", + "version": "0.13.1", "description": "Support investigation workflows for SugarCube.", "main": "_dist/index.js", "license": "GPL-3.0", @@ -13,7 +13,7 @@ "transformation" ], "dependencies": { - "@sugarcube/core": "^0.13.0", + "@sugarcube/core": "^0.13.1", "lodash": "^4.17.5" }, "publishConfig": { diff --git a/packages/plugin-youtube/CHANGELOG.md b/packages/plugin-youtube/CHANGELOG.md index 54199520..17b55805 100644 --- a/packages/plugin-youtube/CHANGELOG.md +++ b/packages/plugin-youtube/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.13.1](https://github.com/critocrito/sugarcube/compare/v0.13.0...v0.13.1) (2018-11-15) + + +### Bug Fixes + +* **plugin-youtube:** more lenient query parsing for videos and errors ([e7fa464](https://github.com/critocrito/sugarcube/commit/e7fa464)) + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/plugin-youtube diff --git a/packages/plugin-youtube/package.json b/packages/plugin-youtube/package.json index be61f29a..eefccd75 100644 --- a/packages/plugin-youtube/package.json +++ b/packages/plugin-youtube/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/plugin-youtube", - "version": "0.13.0", + "version": "0.13.1", "description": "A SugarCube plugin to fetch videos from Youtube.", "main": "_dist/index.js", "license": "GPL-3.0", @@ -17,7 +17,7 @@ "youtube" ], "dependencies": { - "@sugarcube/core": "^0.13.0", + "@sugarcube/core": "^0.13.1", "dashp": "^0.9.0", "lodash": "^4.17.4", "moment": "^2.19.1", diff --git a/packages/sugarcube/CHANGELOG.md b/packages/sugarcube/CHANGELOG.md index b36b45ba..a26ccc01 100644 --- a/packages/sugarcube/CHANGELOG.md +++ b/packages/sugarcube/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.13.1](https://github.com/critocrito/sugarcube/tree/master/packages/sugarcube/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/sugarcube + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/tree/master/packages/sugarcube/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/sugarcube diff --git a/packages/sugarcube/package.json b/packages/sugarcube/package.json index 6a0b5aaa..0f827a8d 100644 --- a/packages/sugarcube/package.json +++ b/packages/sugarcube/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/sugarcube", - "version": "0.13.0", + "version": "0.13.1", "description": "The SugarCube distribution.", "main": "_dist/index.js", "license": "GPL-3.0", @@ -12,31 +12,31 @@ "transformation" ], "dependencies": { - "@sugarcube/cli": "^0.13.0", - "@sugarcube/core": "^0.13.0", - "@sugarcube/plugin-aqicn": "^0.13.0", - "@sugarcube/plugin-csv": "^0.13.0", - "@sugarcube/plugin-ddg": "^0.13.0", - "@sugarcube/plugin-elasticsearch": "^0.13.0", - "@sugarcube/plugin-facebook": "^0.13.0", - "@sugarcube/plugin-fs": "^0.13.0", - "@sugarcube/plugin-google": "^0.13.0", - "@sugarcube/plugin-googlesheets": "^0.13.0", - "@sugarcube/plugin-guardian": "^0.13.0", - "@sugarcube/plugin-http": "^0.13.0", - "@sugarcube/plugin-instagram": "^0.13.0", - "@sugarcube/plugin-media": "^0.13.0", - "@sugarcube/plugin-mongodb": "^0.13.0", - "@sugarcube/plugin-regex": "^0.13.0", - "@sugarcube/plugin-sec": "^0.13.0", - "@sugarcube/plugin-tap": "^0.13.0", - "@sugarcube/plugin-telegram": "^0.13.0", - "@sugarcube/plugin-tika": "^0.13.0", - "@sugarcube/plugin-tor": "^0.13.0", - "@sugarcube/plugin-twitter": "^0.13.0", - "@sugarcube/plugin-workflow": "^0.13.0", - "@sugarcube/plugin-youtube": "^0.13.0", - "@sugarcube/test": "^0.13.0", + "@sugarcube/cli": "^0.13.1", + "@sugarcube/core": "^0.13.1", + "@sugarcube/plugin-aqicn": "^0.13.1", + "@sugarcube/plugin-csv": "^0.13.1", + "@sugarcube/plugin-ddg": "^0.13.1", + "@sugarcube/plugin-elasticsearch": "^0.13.1", + "@sugarcube/plugin-facebook": "^0.13.1", + "@sugarcube/plugin-fs": "^0.13.1", + "@sugarcube/plugin-google": "^0.13.1", + "@sugarcube/plugin-googlesheets": "^0.13.1", + "@sugarcube/plugin-guardian": "^0.13.1", + "@sugarcube/plugin-http": "^0.13.1", + "@sugarcube/plugin-instagram": "^0.13.1", + "@sugarcube/plugin-media": "^0.13.1", + "@sugarcube/plugin-mongodb": "^0.13.1", + "@sugarcube/plugin-regex": "^0.13.1", + "@sugarcube/plugin-sec": "^0.13.1", + "@sugarcube/plugin-tap": "^0.13.1", + "@sugarcube/plugin-telegram": "^0.13.1", + "@sugarcube/plugin-tika": "^0.13.1", + "@sugarcube/plugin-tor": "^0.13.1", + "@sugarcube/plugin-twitter": "^0.13.1", + "@sugarcube/plugin-workflow": "^0.13.1", + "@sugarcube/plugin-youtube": "^0.13.1", + "@sugarcube/test": "^0.13.1", "lodash": "^4.17.4" }, "publishConfig": { diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md index 199272a5..ea0ca872 100644 --- a/packages/test/CHANGELOG.md +++ b/packages/test/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.13.1](https://github.com/critocrito/sugarcube/tree/master/packages/test/compare/v0.13.0...v0.13.1) (2018-11-15) + +**Note:** Version bump only for package @sugarcube/test + + + + + # [0.13.0](https://github.com/critocrito/sugarcube/tree/master/packages/test/compare/v0.12.0...v0.13.0) (2018-11-14) **Note:** Version bump only for package @sugarcube/test diff --git a/packages/test/package.json b/packages/test/package.json index 59f04156..fa58eb9c 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@sugarcube/test", - "version": "0.13.0", + "version": "0.13.1", "description": "Test helpers and strategies for SugarCube.", "main": "_dist/index.js", "license": "GPL-3.0", @@ -13,7 +13,7 @@ "testing" ], "dependencies": { - "@sugarcube/core": "^0.13.0", + "@sugarcube/core": "^0.13.1", "jsverify": "^0.8.3", "lodash": "^4.17.4" },