Skip to content

Commit 0f2ebc8

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-08-25) ### Bug Fixes * fix release setup ([#3](#3)) ([7049c40](7049c40)) * update git link ([#4](#4)) ([6edf9a3](6edf9a3)) ### Features * add semantic-release and npm publish actions ([#2](#2)) ([a96abb6](a96abb6)) * add universal, Google Search, Amazon Search and Reddit Subreddit tools ([#1](#1)) ([3c865d4](3c865d4))
1 parent 6edf9a3 commit 0f2ebc8

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# 1.0.0 (2025-08-25)
2+
3+
4+
### Bug Fixes
5+
6+
* fix release setup ([#3](https://github.com/Decodo/decodo-langchain-ts/issues/3)) ([7049c40](https://github.com/Decodo/decodo-langchain-ts/commit/7049c4071f079175c7a0814a48313407f83253ba))
7+
* update git link ([#4](https://github.com/Decodo/decodo-langchain-ts/issues/4)) ([6edf9a3](https://github.com/Decodo/decodo-langchain-ts/commit/6edf9a3356fd2b07c015ec8b8a0909314a7b2c97))
8+
9+
10+
### Features
11+
12+
* add semantic-release and npm publish actions ([#2](https://github.com/Decodo/decodo-langchain-ts/issues/2)) ([a96abb6](https://github.com/Decodo/decodo-langchain-ts/commit/a96abb6284eb08c6a5ab4af4d31e7b01627768a8))
13+
* add universal, Google Search, Amazon Search and Reddit Subreddit tools ([#1](https://github.com/Decodo/decodo-langchain-ts/issues/1)) ([3c865d4](https://github.com/Decodo/decodo-langchain-ts/commit/3c865d4b983368b3c646d9d28baf9fca22fa4fb4))

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": "@decodo/langchain-ts",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "LangChain tools for Decodo's Scraper API",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)