diff --git a/CHANGELOG.md b/CHANGELOG.md index 056c9fe..1256b69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/garredow/onyx-navigation/compare/v1.0.0...v1.0.1) (2022-08-24) + + +### Bug Fixes + +* default config to false ([03072f5](https://github.com/garredow/onyx-navigation/commit/03072f5a2ae69235873f85deff93c124ca61b5c3)) + # 1.0.0 (2022-08-24) diff --git a/package-lock.json b/package-lock.json index 9ccf059..9af1715 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "onyx-navigation", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "onyx-navigation", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "jsqr": "^1.4.0" diff --git a/package.json b/package.json index 2e3655d..47afa35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onyx-navigation", - "version": "1.0.0", + "version": "1.0.1", "description": "A library to handle d-pad navigation in KaiOS.", "repository": { "type": "git",