Skip to content

Commit 74c05db

Browse files
semantic-release-botniloysikdar
authored andcommitted
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.0...v2.1.0) (2023-11-14) ### Bug Fixes * **ts:** modify types for response ([6508862](6508862)) ### Features * **contexts:** add `Contexts` class and methods ([73b7e7c](73b7e7c)) * **search:** add `Search` class inside `Hyper` ([bc37dfc](bc37dfc))
1 parent 6566644 commit 74c05db

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
@@ -1,3 +1,16 @@
1+
# [2.1.0](https://github.com/gethyperai/hypercode/compare/v2.0.0...v2.1.0) (2023-11-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **ts:** modify types for response ([6508862](https://github.com/gethyperai/hypercode/commit/65088628835c35dd58d5f489735c17fffacc4688))
7+
8+
9+
### Features
10+
11+
* **contexts:** add `Contexts` class and methods ([73b7e7c](https://github.com/gethyperai/hypercode/commit/73b7e7cc6137943b4fd64ea9ee9e672ac714a935))
12+
* **search:** add `Search` class inside `Hyper` ([bc37dfc](https://github.com/gethyperai/hypercode/commit/bc37dfc74c342be3fd44af40aac5468c60f38d39))
13+
114
# [2.0.0](https://github.com/gethyperai/hypercode/compare/v1.1.1...v2.0.0) (2023-11-13)
215

316

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": "hypercode",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Hypercode is a friendly npm package that makes it easy to get live, structured LLM responses in your application.",
55
"author": {
66
"name": "Hyper AI",

0 commit comments

Comments
 (0)