Skip to content

Commit 3bb8005

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.1.1...v2.0.0) (2023-11-13) ### Bug Fixes * **types:** pass `contextId` as options ([a0969c4](a0969c4)) ### Features * **types:** add `Types` class ([ce41753](ce41753)) * **types:** add more methods ([df85ed1](df85ed1)) ### BREAKING CHANGES * **types:** New Hyper API and methods
1 parent a0969c4 commit 3bb8005

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [2.0.0](https://github.com/gethyperai/hypercode/compare/v1.1.1...v2.0.0) (2023-11-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **types:** pass `contextId` as options ([a0969c4](https://github.com/gethyperai/hypercode/commit/a0969c40250d98328178f4aabefb5b9ac572041f))
7+
8+
9+
### Features
10+
11+
* **types:** add `Types` class ([ce41753](https://github.com/gethyperai/hypercode/commit/ce41753c5e18282e87a6bfc3666db3324c584199))
12+
* **types:** add more methods ([df85ed1](https://github.com/gethyperai/hypercode/commit/df85ed147a50278f3b74be51562d59a34480a3f5))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **types:** New Hyper API and methods
18+
119
## [1.1.1](https://github.com/gethyperai/hypercode/compare/v1.1.0...v1.1.1) (2023-11-10)
220

321

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypercode",
3-
"version": "1.1.1",
3+
"version": "2.0.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)