diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b04a41..c9ce58b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to Rich Foot will be documented in this file. +## [1.6.1] - 2024-11-14 + +### Fixed +- Fixed console error when switching between reading/editing modes + ## [1.6.0] - 2024-11-09 ### Added diff --git a/UPDATE.md b/UPDATE.md index b784d08..4f78f6f 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -1,5 +1,9 @@ ## 🎉 What's New +### v1.6.1 +#### Fixed +- Fixed console error when switching between reading/editing modes + ### v1.6.0 #### New Color Customization Options - New Border, Links, and Date color customization options in settings diff --git a/manifest.json b/manifest.json index c657ef1..bac2578 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "rich-foot", "name": "Rich Foot", - "version": "1.6.0", + "version": "1.6.1", "minAppVersion": "1.6.0", "description": "Adds backlink tags and created/modified dates to the footer of your notes.", "author": "Justin Parker",