diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b7c9dac..ed49281 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.0.0"} +{".":"2.0.1"} diff --git a/changelog.md b/changelog.md index 57598a7..5b1c35f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +### [2.0.1](https://github.com/spear-ai/logo/compare/logo-v2.0.0...logo-v2.0.1) (2022-03-07) + + +### Bug Fixes + +* fix publish ([995f6e8](https://github.com/spear-ai/logo/commit/995f6e8bf1f9d7228e94fc8c24466079dcd2ba66)) + ## [2.0.0](https://github.com/spear-ai/logo/compare/logo-v1.0.4...logo-v2.0.0) (2022-03-07) diff --git a/package.json b/package.json index 744c481..af752b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/logo", - "version": "2.0.0", + "version": "2.0.1", "description": "Spear AI Logo", "license": "MIT", "author": { @@ -8,7 +8,9 @@ "name": "Spear AI", "url": "https://spear.ai" }, - "files": ["dist"], + "files": [ + "dist" + ], "exports": { "./assets/*": "./dist/assets/*", "./react": "./dist/react/index.js" @@ -17,7 +19,9 @@ "type": "module", "typesVersions": { "*": { - "*": ["dist/*"] + "*": [ + "dist/*" + ] } }, "scripts": {