@contentstack/marketplace-sdk 1.4.0 → 1.4.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 +4 -1
- package/CODEOWNERS +9 -1
- package/LICENSE +1 -1
- package/dist/nativescript/contentstack-marketplace.js +1 -1
- package/dist/node/contentstack-marketplace.js +1 -1
- package/dist/react-native/contentstack-marketplace.js +1 -1
- package/dist/web/contentstack-marketplace.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [v1.4.
|
|
3
|
+
## [v1.4.1](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.4.1) (2024-12-24)
|
|
4
|
+
- Fix: Security issues
|
|
5
|
+
|
|
6
|
+
## [v1.4.0](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.4.0) (2024-08-25)
|
|
4
7
|
- Enhancement: Retry logic to make use of x-ratelimit-remaining header
|
|
5
8
|
|
|
6
9
|
## [v1.3.0](https://github.com/contentstack/contentstack-marketplace-sdk/tree/v1.3.0) (2024-08-11)
|
package/CODEOWNERS
CHANGED
|
@@ -1 +1,9 @@
|
|
|
1
|
-
* @contentstack/
|
|
1
|
+
* @contentstack/devex-pr-reviewers
|
|
2
|
+
|
|
3
|
+
.github/workflows/sca-scan.yml @contentstack/security-admin
|
|
4
|
+
|
|
5
|
+
**/.snyk @contentstack/security-admin
|
|
6
|
+
|
|
7
|
+
.github/workflows/policy-scan.yml @contentstack/security-admin
|
|
8
|
+
|
|
9
|
+
.github/workflows/issues-jira.yml @contentstack/security-admin
|
package/LICENSE
CHANGED