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

Commit 5ebafed

Browse files
committed
chore(release): 2.10.3
1 parent 5490f60 commit 5ebafed

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.10.3](https://github.com/qxb3/mirage-helper/compare/v2.10.2...v2.10.3) (2022-08-11)
6+
7+
8+
### Bug Fixes
9+
10+
* **package.json:** added engines property ([17f7c95](https://github.com/qxb3/mirage-helper/commit/17f7c951b563c33a70aaa0cca9a0b690ec288e00))
11+
* **package.json:** removed lint on start script ([5490f60](https://github.com/qxb3/mirage-helper/commit/5490f6075a7ea1890a74ebc9aae6553658591c3c))
12+
513
### [2.10.2](https://github.com/qxb3/mirage-helper/compare/v2.10.1...v2.10.2) (2022-08-11)
614

715

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.10.2",
4+
"version": "2.10.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.10.2',
6+
version: '2.10.3',
77
repository: 'https://github.com/qxb3/mirage-helper',
88
invite: 'https://dsc.gg/miragehelper'
99
},

0 commit comments

Comments
 (0)