@grafana/sign-plugin 2.1.0-canary.478.898d286.0 → 2.1.0

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 +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ # v2.1.0 (Tue Oct 24 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Bump to node 20 [#478](https://github.com/grafana/plugin-tools/pull/478) ([@tolzhabayev](https://github.com/tolzhabayev))
6
+
7
+ #### Authors: 1
8
+
9
+ - Timur Olzhabayev ([@tolzhabayev](https://github.com/tolzhabayev))
10
+
11
+ ---
12
+
13
+ # v2.0.2 (Fri Oct 20 2023)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - Docs: Fix broken links in package files [#476](https://github.com/grafana/plugin-tools/pull/476) ([@josmperez](https://github.com/josmperez))
18
+
19
+ #### Authors: 1
20
+
21
+ - Joseph Perez ([@josmperez](https://github.com/josmperez))
22
+
23
+ ---
24
+
1
25
  # v2.0.1 (Tue Oct 03 2023)
2
26
 
3
27
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/sign-plugin",
3
- "version": "2.1.0-canary.478.898d286.0",
3
+ "version": "2.1.0",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "directory": "packages/sign-plugin",
@@ -41,5 +41,5 @@
41
41
  "engines": {
42
42
  "node": ">=20"
43
43
  },
44
- "gitHead": "898d2868c88fee97ca13e62d5a0e997741d8da4f"
44
+ "gitHead": "20d8e2c7eef2c091e4fc26a583fe232bec52fd44"
45
45
  }