diff --git a/CHANGELOG.md b/CHANGELOG.md index 45d4039..f98eea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 7576c34..c6dec3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hypercode", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hypercode", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "devDependencies": { "@commitlint/cli": "^18.4.0", diff --git a/package.json b/package.json index 4e374cb..1b6f10c 100644 --- a/package.json +++ b/package.json @@ -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",