diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa4dd908..9abf6edbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 7d94bec99..a5a3213ca 100644 --- a/package.json +++ b/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": { @@ -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",