@grafana/plugin-docs-parser 0.0.4-canary.2537.23286312909.0 → 0.0.4

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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v0.0.4 (Thu Mar 19 2026)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Plugin Docs: Publish packages to NPM [#2537](https://github.com/grafana/plugin-tools/pull/2537) ([@sunker](https://github.com/sunker))
6
+
7
+ #### Authors: 1
8
+
9
+ - Erik Sundell ([@sunker](https://github.com/sunker))
10
+
11
+ ---
12
+
1
13
  # Changelog
2
14
 
3
15
  All notable changes to this project will be documented in this file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-docs-parser",
3
- "version": "0.0.4-canary.2537.23286312909.0",
3
+ "version": "0.0.4",
4
4
  "description": "A lightweight library for parsing Grafana plugin documentation from markdown to HAST.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -60,5 +60,5 @@
60
60
  "devDependencies": {
61
61
  "hast-util-to-html": "^9.0.0"
62
62
  },
63
- "gitHead": "557c04d508319ddcb39f34b34c1172ad5f483a07"
63
+ "gitHead": "d13a65dad5ef222db688680dd84059bd2a2b3c47"
64
64
  }