Skip to content

Commit f0af806

Browse files
chore(main): release 0.1.5 (#21)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 150c076 commit f0af806

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.4"
2+
".": "0.1.5"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.5](https://github.com/nomic-ai/atlas-stories-react/compare/v0.1.4...v0.1.5) (2024-11-07)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [0.1.4](https://github.com/nomic-ai/atlas-stories-react/compare/v0.1.3...v0.1.4) (2024-11-07)
411

512

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomic-ai/atlas-stories-react",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"type": "module",
55
"types": "./dist/lib.d.ts",
66
"module": "./dist/atlas-stories-react.js",

0 commit comments

Comments
 (0)