Skip to content

Commit

Permalink
chore(main): release 0.11.0 (#61)
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] committed Sep 9, 2024
1 parent 2d915ea commit 3bb01f6
Show file tree
Hide file tree
Showing 4 changed files with 16 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.10.1"
".": "0.11.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.11.0](https://github.com/nomic-ai/ts-nomic/compare/v0.10.1...v0.11.0) (2024-09-09)


### Features

* add 'Viewer' class disentangled from 'User' ([#48](https://github.com/nomic-ai/ts-nomic/issues/48)) ([b55eff3](https://github.com/nomic-ai/ts-nomic/commit/b55eff387dbbc31ef464cdf1f3cab98b5647a8fc))


### Bug Fixes

* user constructor from viewer ([#69](https://github.com/nomic-ai/ts-nomic/issues/69)) ([a87d4fe](https://github.com/nomic-ai/ts-nomic/commit/a87d4fe4c73c114ded4e896276891cf5c3fb4961))

## [0.10.1](https://github.com/nomic-ai/ts-nomic/compare/v0.10.0...v0.10.1) (2024-07-24)

_Introduced Release-Please for Release Management_
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",
"version": "0.10.1",
"version": "0.11.0",
"type": "module",
"files": [
"dist"
Expand Down

0 comments on commit 3bb01f6

Please sign in to comment.