diff --git a/CHANGELOG.md b/CHANGELOG.md index e3fc7f2..16bb373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log -This project is versioned according to its compatibility with the [host](https://github.com/SamHH/bukubrow-host) from v4 onwards. + +This project is versioned according to its compatibility with the [host](https://github.com/samhh/bukubrow-host) from v4 onwards. + +## [5.0.2.1] - 2021-03-27 +### Changed +- Fix bookmarks list keyboard scroll navigation. ## [5.0.2.0] - 2020-02-14 ### Added diff --git a/package.json b/package.json index e18ca7c..9399a5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bukubrow", - "version": "5.0.2.0", + "version": "5.0.2.1", "description": "WebExtension for Buku", "main": "webextension/backend.js", "scripts": { diff --git a/src/assets/manifest.json b/src/assets/manifest.json index 2eb2984..0ebd528 100644 --- a/src/assets/manifest.json +++ b/src/assets/manifest.json @@ -1,6 +1,6 @@ { "name": "Bukubrow", - "version": "5.0.2.0", + "version": "5.0.2.1", "manifest_version": 2, "description": "Synchronise your browser bookmarks with Buku", "icons": {