diff --git a/CHANGELOG.md b/CHANGELOG.md index 77be584..d48777f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] +## [0.0.13] - 2025-01-06 + ### Added - The JetBrains plugin can now change settings: flat switch, simplification, highlighting, and color scheme diff --git a/package.json b/package.json index c33e3a2..012b6df 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "//": "START EXTENSION ATTRIBUTES", "publisher": "tamir-bahar", "name": "function-graph-overview", - "version": "0.0.12", + "version": "0.0.13", "description": "Function Graph Overview", "displayName": "Function Graph Overview", "icon": "./media/icon.png",