We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf62cd commit ccf3448Copy full SHA for ccf3448
CHANGELOG.md
@@ -0,0 +1,4 @@
1
+# Changelog
2
+
3
+## [1.0.0](https://github.com/contentstack/contentstack-management-javascript/tree/v1.0.0) (2021-04-02)
4
+ - Initial release for Contentstack CMA base JS management SDK
package.json
@@ -13,6 +13,10 @@
13
"contentstack javascript",
14
"Contentstack javascript"
15
],
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/contentstack/contentstack-utils-javascript.git"
19
+ },
20
"scripts": {
21
"test": "jest --config jestconfig.json ",
22
"test:badges": "npm run test && jest-coverage-badges --output ./badges",
0 commit comments