Skip to content

Commit

Permalink
fix sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
TristenHarr committed Mar 12, 2024
1 parent a05d4a1 commit a5ee319
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This changelog documents changes between release tags.
## [Unreleased]
Upcoming changes for the next versioned release.

## [0.1.2] - 2024-03-12
* Setting up github workflow

## [0.1.1] - 2024-03-12
* Setting up github workflow

Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "ndc-qdrant",
"version": "0.1.1",
"version": "0.1.2",
"main": "index.js",
"scripts": {},
"dependencies": {
"@hasura/ndc-sdk-typescript": "^4.2.0",
"@hasura/ndc-sdk-typescript": "^4.2.1",
"@json-schema-tools/meta-schema": "^1.7.0",
"@qdrant/js-client-rest": "^1.5.0",
"@types/node": "^20.6.0",
Expand Down

0 comments on commit a5ee319

Please sign in to comment.