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

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgmagalhaes committed Feb 25, 2019
1 parent b2be9f5 commit c788f59
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
26 changes: 16 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@

All notable changes to this project will be documented in this file.

## 0.1.1 - 2019-02-25

Fixed dependencies vulnerabilities

---

## 0.1.0-firebase - 2019-02-12

Old Firebase based app

___
---

## 0.1.0 - 2019-01-24

Expand All @@ -21,33 +27,33 @@ ___

- Bot sends hero to exploration even when he is already explorating #119

___
---

## 0.0.3 - 2019-01-23

### Bugs Fixed

- status time wrong #116
- explore don't do nothing #115
- explore don't do nothing #115
- create command don't do nothing #113
- inventory command showing nothing #112
- xp command with "undefined" values #111

___
---

## 0.0.2 - 2018-12-15

- Minor bug fixes
- Refatored database services
- changed prefix from **_** to **!**
- changed prefix from **\_** to **!**

___
---

## 0.0.1 - 2018-06-20

### Added

- back #14
- back #14
- buy #5
- create
- delete
Expand All @@ -56,7 +62,7 @@ ___
- hp
- profile
- reset
- shop #4
- shop #4
- status
- train
- xp
Expand All @@ -65,5 +71,5 @@ ___

- status command error #16
- treat user's response after answer #12
- after delete character, bot shows "NaN" #11
- status method is throwing error console #2
- after delete character, bot shows "NaN" #11
- status method is throwing error console #2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "herobot",
"version": "0.1.0",
"version": "0.1.1",
"description": "A discord bot to play RPG",
"main": "./src/bot.ts",
"dependencies": {
Expand Down

0 comments on commit c788f59

Please sign in to comment.