From dbbdce66a6c25827cd786e833028f9c69fd267cf Mon Sep 17 00:00:00 2001 From: Venat Date: Tue, 17 May 2022 01:34:55 +0000 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 6 ++++++ core/CHANGELOG.md | 4 ++++ core/package.json | 2 +- lerna.json | 2 +- modules/venat-module-example/CHANGELOG.md | 4 ++++ modules/venat-module-example/package.json | 2 +- modules/venat-module-xiv-market/CHANGELOG.md | 6 ++++++ modules/venat-module-xiv-market/package.json | 2 +- 8 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89f84ed..0dfc2ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/the-convocation/venat/compare/v0.1.7...v0.2.0) (2022-05-17) + +### Features + +* add lang parameter on market command ([#59](https://github.com/the-convocation/venat/issues/59)) ([e4518af](https://github.com/the-convocation/venat/commit/e4518afc1a11a4e081dcfed47aecbc8d060c0d03)) + ## [0.1.7](https://github.com/the-convocation/venat/compare/v0.1.6...v0.1.7) (2022-05-16) **Note:** Version bump only for package venat diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 1c4141d..2776320 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/the-convocation/venat/compare/v0.1.7...v0.2.0) (2022-05-17) + +**Note:** Version bump only for package @the-convocation/venat-core + ## [0.1.7](https://github.com/the-convocation/venat/compare/v0.1.6...v0.1.7) (2022-05-16) **Note:** Version bump only for package @the-convocation/venat-core diff --git a/core/package.json b/core/package.json index 511f2ea..8c8f1e2 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@the-convocation/venat-core", - "version": "0.1.7", + "version": "0.2.0", "description": "open source ffxiv community discord bot that's incredibly easy to self-host", "author": "The Convocation contributors", "license": "AGPL-3.0-only", diff --git a/lerna.json b/lerna.json index 48de698..f02e32f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.1.7", + "version": "0.2.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/modules/venat-module-example/CHANGELOG.md b/modules/venat-module-example/CHANGELOG.md index a9b03b1..c9ea862 100644 --- a/modules/venat-module-example/CHANGELOG.md +++ b/modules/venat-module-example/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/the-convocation/venat/compare/v0.1.7...v0.2.0) (2022-05-17) + +**Note:** Version bump only for package @the-convocation/venat-module-example + ## [0.1.7](https://github.com/the-convocation/venat/compare/v0.1.6...v0.1.7) (2022-05-16) **Note:** Version bump only for package @the-convocation/venat-module-example diff --git a/modules/venat-module-example/package.json b/modules/venat-module-example/package.json index 43b9688..4a26c51 100644 --- a/modules/venat-module-example/package.json +++ b/modules/venat-module-example/package.json @@ -1,6 +1,6 @@ { "name": "@the-convocation/venat-module-example", - "version": "0.1.7", + "version": "0.2.0", "packageManager": "yarn@3.2.1", "main": "dist/src/module.js", "scripts": { diff --git a/modules/venat-module-xiv-market/CHANGELOG.md b/modules/venat-module-xiv-market/CHANGELOG.md index abd5360..b260d9c 100644 --- a/modules/venat-module-xiv-market/CHANGELOG.md +++ b/modules/venat-module-xiv-market/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/the-convocation/venat/compare/v0.1.7...v0.2.0) (2022-05-17) + +### Features + +* add lang parameter on market command ([#59](https://github.com/the-convocation/venat/issues/59)) ([e4518af](https://github.com/the-convocation/venat/commit/e4518afc1a11a4e081dcfed47aecbc8d060c0d03)) + ## [0.1.7](https://github.com/the-convocation/venat/compare/v0.1.6...v0.1.7) (2022-05-16) **Note:** Version bump only for package @the-convocation/venat-module-xiv-market diff --git a/modules/venat-module-xiv-market/package.json b/modules/venat-module-xiv-market/package.json index 8f981ab..02afd30 100644 --- a/modules/venat-module-xiv-market/package.json +++ b/modules/venat-module-xiv-market/package.json @@ -1,6 +1,6 @@ { "name": "@the-convocation/venat-module-xiv-market", - "version": "0.1.7", + "version": "0.2.0", "packageManager": "yarn@3.2.1", "main": "dist/src/module.js", "scripts": {