Skip to content
This repository was archived by the owner on Sep 25, 2022. It is now read-only.

Commit 84fd0f1

Browse files
committed
chore(release): 2.7.3
1 parent 441695f commit 84fd0f1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.7.3](https://github.com/qxb3/mirage-helper/compare/v2.7.2...v2.7.3) (2022-06-02)
6+
7+
8+
### Bug Fixes
9+
10+
* **skill command:** fixed the command not calculating ([441695f](https://github.com/qxb3/mirage-helper/commit/441695f77d0194f69450b9b54d53a57dd2cecf6f))
11+
512
### [2.7.2](https://github.com/qxb3/mirage-helper/compare/v2.7.1...v2.7.2) (2022-06-02)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mirage-helper",
33
"private": "true",
4-
"version": "2.7.2",
4+
"version": "2.7.3",
55
"license": "MIT",
66
"main": "./src/index.js",
77
"scripts": {

src/vars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ process.env.NODE_ENV ??= 'development'
33
module.exports = {
44
bot: {
55
description: 'A simple discord bot for mirage realms',
6-
version: '2.7.2',
6+
version: '2.7.3',
77
repository: 'https://github.com/qxb3/mirage-helper',
88
invite: 'https://dsc.gg/miragehelper'
99
},

0 commit comments

Comments
 (0)