@loopwise/admin-sdk 0.1.0-beta.0 → 0.1.0-beta.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.
- package/CHANGELOG.md +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @loopwise/admin-sdk
|
|
2
2
|
|
|
3
|
+
## 0.1.0-beta.1
|
|
4
|
+
|
|
5
|
+
No functional changes. Validates the tag-triggered OIDC publish path
|
|
6
|
+
now that the npm Trusted Publisher entry is configured (the first
|
|
7
|
+
publish — `0.1.0-beta.0` — had to be done manually because npm OIDC
|
|
8
|
+
can't create new package names).
|
|
9
|
+
|
|
3
10
|
## 0.1.0-beta.0
|
|
4
11
|
|
|
5
12
|
First public pre-release.
|