Skip to content

Commit

Permalink
chore(main): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 14, 2025
1 parent c3b7b87 commit 51abe7b
Show file tree
Hide file tree
Showing 4 changed files with 18 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.1"
".": "0.2.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.2.0](https://github.com/nomic-ai/atlas-observer-js/compare/v0.1.1...v0.2.0) (2025-02-14)


### Features

* general observer class ([#18](https://github.com/nomic-ai/atlas-observer-js/issues/18)) ([e176fa8](https://github.com/nomic-ai/atlas-observer-js/commit/e176fa82ced61a71f1aff165021a1a6d62799086))


### Bug Fixes

* export observer ([#20](https://github.com/nomic-ai/atlas-observer-js/issues/20)) ([7495fa2](https://github.com/nomic-ai/atlas-observer-js/commit/7495fa2daea1f1e1218b92b497dc8186dd404c60))
* openai dependency ([#22](https://github.com/nomic-ai/atlas-observer-js/issues/22)) ([c3b7b87](https://github.com/nomic-ai/atlas-observer-js/commit/c3b7b8726088698d9785d2ba80372a70dbe51c5d))
* proper file extensions ([#21](https://github.com/nomic-ai/atlas-observer-js/issues/21)) ([907d401](https://github.com/nomic-ai/atlas-observer-js/commit/907d401d0f0e8f08a53e06e63a773c79b851e938))

## 0.1.1 (2025-02-14)


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-observer",
"version": "0.1.1",
"version": "0.2.0",
"description": "Send LLM responses to Nomic Atlas",
"main": "dist/main.js",
"type": "module",
Expand Down

0 comments on commit 51abe7b

Please sign in to comment.