Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot authored and niloysikdar committed Nov 14, 2023
1 parent 6566644 commit 74c05db
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.1.0](https://github.com/gethyperai/hypercode/compare/v2.0.0...v2.1.0) (2023-11-14)


### Bug Fixes

* **ts:** modify types for response ([6508862](https://github.com/gethyperai/hypercode/commit/65088628835c35dd58d5f489735c17fffacc4688))


### Features

* **contexts:** add `Contexts` class and methods ([73b7e7c](https://github.com/gethyperai/hypercode/commit/73b7e7cc6137943b4fd64ea9ee9e672ac714a935))
* **search:** add `Search` class inside `Hyper` ([bc37dfc](https://github.com/gethyperai/hypercode/commit/bc37dfc74c342be3fd44af40aac5468c60f38d39))

# [2.0.0](https://github.com/gethyperai/hypercode/compare/v1.1.1...v2.0.0) (2023-11-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hypercode",
"version": "2.0.0",
"version": "2.1.0",
"description": "Hypercode is a friendly npm package that makes it easy to get live, structured LLM responses in your application.",
"author": {
"name": "Hyper AI",
Expand Down

0 comments on commit 74c05db

Please sign in to comment.