Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
release: v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Sep 3, 2021
1 parent 86614fe commit 86617fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.3.2] - 2021-09-03
### Fixed:
- Formatting in default `exec` and `eval` commands.
- Commands now only get handled in channels that it can send messages in.
## [0.3.1] - 2021-09-02
### Fixed:
- Fixed logging out from the client.
Expand All @@ -30,8 +34,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0] - 2021-08-29
- Initial release.

[Unreleased]: https://github.com/Dexare/Voltare/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/Dexare/Voltare/compare/v0.3.2...HEAD
[0.1.0]: https://github.com/Dexare/Dexare/releases/tag/v0.1.0
[0.2.0]: https://github.com/Dexare/Voltare/compare/v1.0.0...v0.2.0
[0.3.0]: https://github.com/Dexare/Voltare/compare/v0.2.0...v0.3.0
[0.3.1]: https://github.com/Dexare/Voltare/compare/v0.3.0...v0.3.1
[0.3.2]: https://github.com/Dexare/Voltare/compare/v0.3.1...v0.3.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "voltare",
"version": "0.3.1",
"version": "0.3.2",
"description": "Modular and extendable Revolt bot framework",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 86617fc

Please sign in to comment.