diff --git a/.gitignore b/.gitignore index 2b86cec..f2b2b84 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,4 @@ node_modules dist -test.js \ No newline at end of file +test.* diff --git a/package.json b/package.json index c4945df..d53943f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cosmicjs/sdk", - "version": "1.0.11", + "version": "1.0.12", "description": "The official client module for Cosmic. This module helps you easily add dynamic content to your website or application using the Cosmic headless CMS.", "keywords": [ "headlesscms", @@ -63,4 +63,4 @@ "npx eslint --fix" ] } -} +} \ No newline at end of file