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

Commit

Permalink
release: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Feb 21, 2022
1 parent bfa828f commit c28dca3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ 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]
## [1.0.1] - 2022-02-21
### Fixed:
- Fixed version in index ([#25](https://github.com/Dexare/Voltare/pull/25), [`bfa828f`](https://github.com/Dexare/Voltare/commit/bfa828f794f1fe163e84fd00e296a5ab3f6d217d))
## [1.0.0] - 2022-02-19
### Changed:
- **[BREAKING]** This package is now an [ESM package](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). Per [revolt.js's README](https://github.com/revoltchat/revolt.js#example-usage-javascript--es6), you must use the `--experimental-specifier-resolution=node` when running scripts.
Expand Down Expand Up @@ -51,7 +54,7 @@ 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/v1.0.0...HEAD
[Unreleased]: https://github.com/Dexare/Voltare/compare/v1.0.1...HEAD
[0.1.0]: https://github.com/Dexare/Dexare/releases/tag/v0.1.0
[0.2.0]: https://github.com/Dexare/Voltare/compare/v0.1.0...v0.2.0
[0.3.0]: https://github.com/Dexare/Voltare/compare/v0.2.0...v0.3.0
Expand All @@ -60,3 +63,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.3.3]: https://github.com/Dexare/Voltare/compare/v0.3.2...v0.3.3
[0.3.4]: https://github.com/Dexare/Voltare/compare/v0.3.3...v0.3.4
[1.0.0]: https://github.com/Dexare/Voltare/compare/v0.3.4...v1.0.0
[1.0.1]: https://github.com/Dexare/Voltare/compare/v1.0.0...v1.0.1
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": "1.0.0",
"version": "1.0.1",
"description": "Modular and extendable Revolt bot framework",
"type": "module",
"main": "./lib/index.js",
Expand Down

0 comments on commit c28dca3

Please sign in to comment.