diff --git a/CHANGELOG.md b/CHANGELOG.md index ee2832c..e0da820 100644 --- a/CHANGELOG.md +++ b/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.5](https://github.com/the-convocation/venat/compare/v0.1.4...v0.1.5) (2022-05-16) + +**Note:** Version bump only for package venat + ## [0.1.4](https://github.com/the-convocation/venat/compare/v0.1.3...v0.1.4) (2022-05-16) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 81756b3..89dbaaa 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.1.4", + "version": "0.1.5", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/modules/venat-module-xiv-market/CHANGELOG.md b/modules/venat-module-xiv-market/CHANGELOG.md index c2d12b1..86b7d22 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.5](https://github.com/the-convocation/venat/compare/v0.1.4...v0.1.5) (2022-05-16) + +**Note:** Version bump only for package @the-convocation/venat-module-xiv-market + ## [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 diff --git a/modules/venat-module-xiv-market/package.json b/modules/venat-module-xiv-market/package.json index 9279a4d..d8dc01c 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.4", + "version": "0.1.5", "packageManager": "yarn@3.2.1", "main": "dist/src/module.js", "scripts": {