Skip to content

Commit

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


### Bug Fixes

* **types:** pass `contextId` as options ([a0969c4](https://github.com/gethyperai/hypercode/commit/a0969c40250d98328178f4aabefb5b9ac572041f))


### Features

* **types:** add `Types` class ([ce41753](https://github.com/gethyperai/hypercode/commit/ce41753c5e18282e87a6bfc3666db3324c584199))
* **types:** add more methods ([df85ed1](https://github.com/gethyperai/hypercode/commit/df85ed147a50278f3b74be51562d59a34480a3f5))


### BREAKING CHANGES

* **types:** New Hyper API and methods

## [1.1.1](https://github.com/gethyperai/hypercode/compare/v1.1.0...v1.1.1) (2023-11-10)


Expand Down
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": "1.1.1",
"version": "2.0.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 3bb8005

Please sign in to comment.