Skip to content

Commit

Permalink
Merge pull request #3219 from langchain-ai/release
Browse files Browse the repository at this point in the history
Release 0.0.185
  • Loading branch information
jacoblee93 authored Nov 10, 2023
2 parents 34df026 + af44c3c commit 808b496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langchain",
"version": "0.0.184",
"version": "0.0.185",
"description": "Typescript bindings for langchain",
"type": "module",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test:int:deps": "docker compose -f test-int-deps-docker-compose.yml up -d",
"test:int:deps:down": "docker compose -f test-int-deps-docker-compose.yml down",
"test:exports:docker": "docker compose up --force-recreate",
"publish": "bash langchain/scripts/release-branch.sh && turbo run --filter langchain build lint test && yarn run test:exports:docker && yarn workspace langchain run release && echo 'πŸ”— Open https://github.com/langchain-ai/langchainjs/compare/release?expand=1 and merge the release PR'",
"publish": "bash langchain/scripts/release-branch.sh && turbo run --filter langchain build lint test --concurrency 1 && yarn run test:exports:docker && yarn workspace langchain run release && echo 'πŸ”— Open https://github.com/langchain-ai/langchainjs/compare/release?expand=1 and merge the release PR'",
"example": "yarn workspace examples start",
"precommit": "turbo run precommit",
"docs": "yarn workspace docs start",
Expand Down

0 comments on commit 808b496

Please sign in to comment.