Skip to content

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
venatbot committed May 19, 2022
1 parent 88e25a9 commit d7bb490
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0](https://github.com/the-convocation/venat/compare/v0.3.0...v0.4.0) (2022-05-19)

### Features

* **config:** working config module + tests ([#70](https://github.com/the-convocation/venat/issues/70)) ([88e25a9](https://github.com/the-convocation/venat/commit/88e25a9b114fb76c16fdda413683c818c08c5256)), closes [#61](https://github.com/the-convocation/venat/issues/61)

# [0.3.0](https://github.com/the-convocation/venat/compare/v0.2.0...v0.3.0) (2022-05-17)

### Features
Expand Down
6 changes: 6 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0](https://github.com/the-convocation/venat/compare/v0.3.0...v0.4.0) (2022-05-19)

### Features

* **config:** working config module + tests ([#70](https://github.com/the-convocation/venat/issues/70)) ([88e25a9](https://github.com/the-convocation/venat/commit/88e25a9b114fb76c16fdda413683c818c08c5256)), closes [#61](https://github.com/the-convocation/venat/issues/61)

# [0.3.0](https://github.com/the-convocation/venat/compare/v0.2.0...v0.3.0) (2022-05-17)

### Features
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@the-convocation/venat-core",
"version": "0.3.0",
"version": "0.4.0",
"description": "open source ffxiv community discord bot that's incredibly easy to self-host",
"author": "The Convocation contributors",
"license": "AGPL-3.0-only",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.0",
"version": "0.4.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
6 changes: 6 additions & 0 deletions modules/venat-module-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0](https://github.com/the-convocation/venat/compare/v0.3.0...v0.4.0) (2022-05-19)

### Features

* **config:** working config module + tests ([#70](https://github.com/the-convocation/venat/issues/70)) ([88e25a9](https://github.com/the-convocation/venat/commit/88e25a9b114fb76c16fdda413683c818c08c5256)), closes [#61](https://github.com/the-convocation/venat/issues/61)

# [0.3.0](https://github.com/the-convocation/venat/compare/v0.2.0...v0.3.0) (2022-05-17)

**Note:** Version bump only for package @the-convocation/venat-module-example
Expand Down
2 changes: 1 addition & 1 deletion modules/venat-module-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@the-convocation/venat-module-example",
"version": "0.3.0",
"version": "0.4.0",
"packageManager": "[email protected]",
"main": "dist/src/module.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions modules/venat-module-xiv-market/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0](https://github.com/the-convocation/venat/compare/v0.3.0...v0.4.0) (2022-05-19)

**Note:** Version bump only for package @the-convocation/venat-module-xiv-market

# [0.3.0](https://github.com/the-convocation/venat/compare/v0.2.0...v0.3.0) (2022-05-17)

**Note:** Version bump only for package @the-convocation/venat-module-xiv-market
Expand Down
2 changes: 1 addition & 1 deletion modules/venat-module-xiv-market/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@the-convocation/venat-module-xiv-market",
"version": "0.3.0",
"version": "0.4.0",
"packageManager": "[email protected]",
"main": "dist/src/module.js",
"scripts": {
Expand Down

0 comments on commit d7bb490

Please sign in to comment.