Skip to content

Commit

Permalink
chore(main): release 0.1.5 (#21)
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 Nov 8, 2024
1 parent 150c076 commit f0af806
Show file tree
Hide file tree
Showing 4 changed files with 11 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,3 +1,3 @@
{
".": "0.1.4"
".": "0.1.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.5](https://github.com/nomic-ai/atlas-stories-react/compare/v0.1.4...v0.1.5) (2024-11-07)


### Bug Fixes

* throw errors when full urls are passed ([#20](https://github.com/nomic-ai/atlas-stories-react/issues/20)) ([150c076](https://github.com/nomic-ai/atlas-stories-react/commit/150c0766e057b9e80f08025f0b9556c81d9b3298))

## [0.1.4](https://github.com/nomic-ai/atlas-stories-react/compare/v0.1.3...v0.1.4) (2024-11-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomic-ai/atlas-stories-react",
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"types": "./dist/lib.d.ts",
"module": "./dist/atlas-stories-react.js",
Expand Down

0 comments on commit f0af806

Please sign in to comment.