Skip to content

Commit

Permalink
chore(release): 9.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidoine committed Jul 28, 2021
1 parent f485803 commit 0a5a8ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

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.

### [9.1.5](https://github.com/Sidoine/Ovale/compare/9.1.4...9.1.5) (2021-07-28)

### Bug Fixes

- game client hanging when equipping different equipment set ([#945](https://github.com/Sidoine/Ovale/issues/945)) ([ed1aecb](https://github.com/Sidoine/Ovale/commit/ed1aecbd9a3bde0dcc7c61d59090cd1bdc529390))

### [9.1.4](https://github.com/Sidoine/Ovale/compare/9.1.3...9.1.4) (2021-07-26)

### Features
Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ovale",
"version": "9.1.4",
"version": "9.1.5",
"description": "Show the icon of the next spell to cast",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -61,12 +61,12 @@
"@wowts/recount": "^1.1.0"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.2",
"@typescript-eslint/parser": "^4.28.5",
"@wowts/tstolua": "^1.13.4",
"commitlint": "^12.1.4",
"commitlint": "^13.1.0",
"csv-parse": "^4.16.0",
"eslint": "^7.30.0",
"husky": "^7.0.1",
Expand Down

0 comments on commit 0a5a8ae

Please sign in to comment.