Skip to content

Commit

Permalink
chore(main): release logo 2.0.1
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 7, 2022
1 parent 995f6e8 commit 34ffd64
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"2.0.0"}
{".":"2.0.1"}
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "@spear-ai/logo",
"version": "2.0.0",
"version": "2.0.1",
"description": "Spear AI Logo",
"license": "MIT",
"author": {
"email": "org@spear.ai",
"name": "Spear AI",
"url": "https://spear.ai"
},
"files": ["dist"],
"files": [
"dist"
],
"exports": {
"./assets/*": "./dist/assets/*",
"./react": "./dist/react/index.js"
Expand All @@ -17,7 +19,9 @@
"type": "module",
"typesVersions": {
"*": {
"*": ["dist/*"]
"*": [
"dist/*"
]
}
},
"scripts": {
Expand Down

0 comments on commit 34ffd64

Please sign in to comment.