Skip to content

Commit

Permalink
chore(main): release 0.12.0 (#77)
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 5696730 commit 5a24a96
Show file tree
Hide file tree
Showing 4 changed files with 17 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.11.0"
".": "0.12.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.12.0](https://github.com/nomic-ai/ts-nomic/compare/v0.11.0...v0.12.0) (2024-11-04)


### Features

* allow project_id to be optional in projection class ([#78](https://github.com/nomic-ai/ts-nomic/issues/78)) ([e82b9da](https://github.com/nomic-ai/ts-nomic/commit/e82b9dacfdb93857cccc134ebcfcad3ba0db428c))


### Bug Fixes

* handle backoff and bundle requests for API timing ([#81](https://github.com/nomic-ai/ts-nomic/issues/81)) ([d5893f3](https://github.com/nomic-ai/ts-nomic/commit/d5893f3f9c14206c64b6de944e6859282fff2bd3))
* relative imports in ts files ([#76](https://github.com/nomic-ai/ts-nomic/issues/76)) ([7c11a54](https://github.com/nomic-ai/ts-nomic/commit/7c11a54c4c4fa23f35916fccaa9ef1835aaa49f1))

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


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.11.0",
"version": "0.12.0",
"type": "module",
"files": [
"dist"
Expand Down

0 comments on commit 5a24a96

Please sign in to comment.