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

Commit

Permalink
chore(release): 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qxb3 committed Aug 17, 2022
1 parent e30f234 commit ac8b76c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [3.0.1](https://github.com/qxb3/mirage-helper/compare/v3.0.0...v3.0.1) (2022-08-17)


### Features

* **package.json:** added new script 'fetch' ([e30f234](https://github.com/qxb3/mirage-helper/commit/e30f234cc8881712e58adcbda93f8a5d97967f17))

## [3.0.0](https://github.com/qxb3/mirage-helper/compare/v2.10.4...v3.0.0) (2022-08-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mirage-helper",
"private": "true",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"main": "./src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/vars.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process.env.NODE_ENV ??= 'development'
module.exports = {
bot: {
description: 'A simple discord bot for mirage realms',
version: '3.0.0',
version: '3.0.1',
repository: 'https://github.com/qxb3/mirage-helper',
invite: 'https://dsc.gg/miragehelper'
},
Expand Down

0 comments on commit ac8b76c

Please sign in to comment.