diff --git a/CHANGELOG.md b/CHANGELOG.md index 832f4d3..ee2832c 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.1.4](https://github.com/the-convocation/venat/compare/v0.1.3...v0.1.4) (2022-05-16) + +### Bug Fixes + +* **ci:** achoo ([f7fb34b](https://github.com/the-convocation/venat/commit/f7fb34b64e104d68b82243755f129c251250a4f6)) + ## [0.1.3](https://github.com/the-convocation/venat/compare/v0.1.2...v0.1.3) (2022-05-16) ### Bug Fixes diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 13d35b2..38035e4 100644 --- a/core/CHANGELOG.md +++ b/core/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.1.4](https://github.com/the-convocation/venat/compare/v0.1.3...v0.1.4) (2022-05-16) + +### Bug Fixes + +* **ci:** achoo ([f7fb34b](https://github.com/the-convocation/venat/commit/f7fb34b64e104d68b82243755f129c251250a4f6)) + ## [0.1.3](https://github.com/the-convocation/venat/compare/v0.1.2...v0.1.3) (2022-05-16) ### Bug Fixes diff --git a/core/package.json b/core/package.json index f29a750..b544a3c 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@the-convocation/venat-core", - "version": "0.1.3", + "version": "0.1.4", "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 d362424..81756b3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.1.3", + "version": "0.1.4", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/modules/venat-module-example/CHANGELOG.md b/modules/venat-module-example/CHANGELOG.md index 8149ea0..8659a2d 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.1.4](https://github.com/the-convocation/venat/compare/v0.1.3...v0.1.4) (2022-05-16) + +**Note:** Version bump only for package @the-convocation/venat-module-example + ## [0.1.3](https://github.com/the-convocation/venat/compare/v0.1.2...v0.1.3) (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 4cb8abf..361ac35 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.3", + "version": "0.1.4", "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 7c3d5fe..c2d12b1 100644 --- a/modules/venat-module-xiv-market/CHANGELOG.md +++ b/modules/venat-module-xiv-market/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.1.4](https://github.com/the-convocation/venat/compare/v0.1.3...v0.1.4) (2022-05-16) + +**Note:** Version bump only for package @the-convocation/venat-module-xiv-market + ## [0.1.3](https://github.com/the-convocation/venat/compare/v0.1.2...v0.1.3) (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 d74ae8b..9279a4d 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.3", + "version": "0.1.4", "packageManager": "yarn@3.2.1", "main": "dist/src/module.js", "scripts": {