diff --git a/CHANGELOG.md b/CHANGELOG.md index e585bde..a5ddc5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +### [1.3.2](https://github.com/dessant/buster/compare/v1.3.1...v1.3.2) (2022-09-01) + + +### Bug Fixes + +* set correct tabindex for extension button ([d68ce72](https://github.com/dessant/buster/commit/d68ce72e8d3664939cac5ce677c2dfd988ea732a)) +* update client app navigation ([3fae62e](https://github.com/dessant/buster/commit/3fae62ee4adde746ab46299732df7535c81592bd)), closes [#360](https://github.com/dessant/buster/issues/360) + ### [1.3.1](https://github.com/dessant/buster/compare/v1.3.0...v1.3.1) (2021-11-02) diff --git a/package.json b/package.json index fd89702..23e02f8 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buster", - "version": "1.3.1", + "version": "1.3.2", "author": "Armin Sebastian", "repository": "https://github.com/dessant/buster", "license": "GPL-3.0-only",