Skip to content

Commit 83e26e1

Browse files
chore(main): release 0.1.1 (#17)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 82b5b5b commit 83e26e1

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## 0.1.1 (2025-02-14)
4+
5+
6+
### Bug Fixes
7+
8+
* cli improvement ([#9](https://github.com/nomic-ai/atlas-observer-js/issues/9)) ([8455d1b](https://github.com/nomic-ai/atlas-observer-js/commit/8455d1b4fe3831d0fc52ece9a96a94fd19697e2a))
9+
* package name fix ([#16](https://github.com/nomic-ai/atlas-observer-js/issues/16)) ([82b5b5b](https://github.com/nomic-ai/atlas-observer-js/commit/82b5b5bfd9c4fb82ebba980b7548d69010d67f6d))
10+
* package name issue ([5d54a1e](https://github.com/nomic-ai/atlas-observer-js/commit/5d54a1ed9f7f74cae95b4df6e586610a994059f8))
11+
* README example ([e63d8b4](https://github.com/nomic-ai/atlas-observer-js/commit/e63d8b44b461e7adf30656937bdf7b330afd7fb2))
12+
* release please manifest ([#14](https://github.com/nomic-ai/atlas-observer-js/issues/14)) ([5bd1cbd](https://github.com/nomic-ai/atlas-observer-js/commit/5bd1cbd1f1fa60afa3079724d86ccaf4243e5749))
13+
* release-please config ([66305dc](https://github.com/nomic-ai/atlas-observer-js/commit/66305dc1dd9a3449ab59caa01385b6c0cbe7b43a))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomic-ai/atlas-observer",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Send LLM responses to Nomic Atlas",
55
"main": "dist/main.js",
66
"type": "module",

0 commit comments

Comments
 (0)