Skip to content

Commit 3e91c7d

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](v2.1.0...v2.2.0) (2023-11-17) ### Bug Fixes * **types:** make ts-types more stronger for `Types` ([ee605df](ee605df)) ### Features * **jsdoc:** add JSDoc comments for `Contexts` ([d4f0d3d](d4f0d3d)) * **jsdoc:** add JSDoc comments for `Hyper` ([d81feb4](d81feb4)) * **jsdoc:** add JSDoc comments for `Search` ([606268c](606268c)) * **jsodc:** add JSDoc comments for `Types` ([1155bc8](1155bc8)) * **types:** add new methods for `Types` ([dc6a0c4](dc6a0c4))
1 parent 7c1ac2d commit 3e91c7d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [2.2.0](https://github.com/gethyperai/hypercode/compare/v2.1.0...v2.2.0) (2023-11-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **types:** make ts-types more stronger for `Types` ([ee605df](https://github.com/gethyperai/hypercode/commit/ee605df8d9e28831bbe8119d9be66c3715ae2e05))
7+
8+
9+
### Features
10+
11+
* **jsdoc:** add JSDoc comments for `Contexts` ([d4f0d3d](https://github.com/gethyperai/hypercode/commit/d4f0d3d810f5fdb8e50e202aab01d08617b78c2b))
12+
* **jsdoc:** add JSDoc comments for `Hyper` ([d81feb4](https://github.com/gethyperai/hypercode/commit/d81feb48f8e300124ab87d1d6c49dddf21a24460))
13+
* **jsdoc:** add JSDoc comments for `Search` ([606268c](https://github.com/gethyperai/hypercode/commit/606268c1907df1862f129c33f3a563d755f66129))
14+
* **jsodc:** add JSDoc comments for `Types` ([1155bc8](https://github.com/gethyperai/hypercode/commit/1155bc8308cc1092d5d241ee15eada4f26dfc55c))
15+
* **types:** add new methods for `Types` ([dc6a0c4](https://github.com/gethyperai/hypercode/commit/dc6a0c4ee4b9ab8494ddb9d17bb9efd3c9fa1c77))
16+
117
# [2.1.0](https://github.com/gethyperai/hypercode/compare/v2.0.0...v2.1.0) (2023-11-14)
218

319

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.1.0",
3+
"version": "2.2.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)