@nimbalyst/extension-sdk 0.1.0 → 0.1.5

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 +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -8,10 +8,17 @@ The SDK is versioned independently of the Nimbalyst app. Each release declares i
8
8
 
9
9
  | SDK version | Minimum Nimbalyst app version |
10
10
  | --- | --- |
11
+ | 0.1.5 | 0.58.5 |
11
12
  | 0.1.0 | 0.58.5 |
12
13
 
13
14
  ## [Unreleased]
14
15
 
16
+ ## [0.1.5]
17
+
18
+ First release published via GitHub Actions Trusted Publishing (OIDC). No API changes from 0.1.0.
19
+
20
+ (0.1.1 through 0.1.4 were tagged but never reached the registry while we were diagnosing the publish workflow. Those tags have been retired.)
21
+
15
22
  ## [0.1.0] - Initial release
16
23
 
17
24
  Initial public release of the Nimbalyst extension SDK.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimbalyst/extension-sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.5",
4
4
  "description": "SDK for building Nimbalyst extensions",
5
5
  "repository": {
6
6
  "type": "git",