@basis-theory/web-elements 1.1.0 → 1.1.2
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 +14 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
## [1.1.
|
|
1
|
+
## [1.1.2] - 2025-01-24
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- 3688baa 2025-01-24 fix: log additional details (#369) by kevin@basistheory.com
|
|
6
|
+
|
|
7
|
+
## [1.1.1] - 2025-01-24
|
|
2
8
|
|
|
3
9
|
### Features
|
|
4
10
|
|
|
@@ -30,3 +36,10 @@
|
|
|
30
36
|
### Chores
|
|
31
37
|
|
|
32
38
|
- 955d7d4 2025-01-10 chore: deploy web-elements (#343) by kevin@basistheory.com
|
|
39
|
+
- Deploy web-elements package
|
|
40
|
+
|
|
41
|
+
## [1.0.0] - 2025-01-23
|
|
42
|
+
|
|
43
|
+
### Initial Release
|
|
44
|
+
|
|
45
|
+
- Initial stable release of web-elements
|
package/dist/package.json
CHANGED