energy-state-analyzer 0.10.0 → 0.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- last_commit_released: 7879447ccd900a3aef6e14b44c1e48969e907e62
2
+ last_commit_released: b2795c89d9df95e46d26171a5393129c8f0208c3
3
3
  name: energy-state-analyzer
4
4
  updaters:
5
5
  - command: npm version {version} --no-git-tag-version --allow-same-version
@@ -11,6 +11,14 @@ All notable changes to the "energy-state-analyzer" extension are generated by
11
11
  [EasyBuild.ShipIt](https://github.com/easybuild-org/EasyBuild.ShipIt) from
12
12
  [Conventional Commits](https://www.conventionalcommits.org/).
13
13
 
14
+ ## 0.10.1 - 2026-09-02
15
+
16
+ ### 🐞 Bug Fixes
17
+
18
+ * *(extension)* Preserve Python editor findings (#72) ([b2795c8](https://github.com/cardamomcode/energy-state-analyzer/commit/b2795c89d9df95e46d26171a5393129c8f0208c3))
19
+
20
+ <strong><small>[View changes on Github](https://github.com/cardamomcode/energy-state-analyzer/compare/7879447ccd900a3aef6e14b44c1e48969e907e62..b2795c89d9df95e46d26171a5393129c8f0208c3)</small></strong>
21
+
14
22
  ## 0.10.0 - 2026-09-02
15
23
 
16
24
  ### 🚀 Features
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "energy-state-analyzer",
3
3
  "displayName": "Energy State Analyzer",
4
4
  "description": "Visualize code energy states in real-time (Python, F#, TypeScript, Kotlin, C++)",
5
- "version": "0.10.0",
5
+ "version": "0.10.1",
6
6
  "publisher": "cardamom-code",
7
7
  "license": "MIT",
8
8
  "icon": "images/icon.png",