Skip to content

Commit

Permalink
chore(release): 2.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.3](v2.2.2...v2.2.3) (2023-12-07)

### Bug Fixes

* **contexts:** replace `hyper.contexts.list` with `hyper.contexts.all` ([7b76910](7b76910))
* **search:** metadata type for search result ([14fced7](14fced7))
  • Loading branch information
semantic-release-bot committed Dec 7, 2023
1 parent 14fced7 commit 5869570
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.2.3](https://github.com/gethyperai/hypercode/compare/v2.2.2...v2.2.3) (2023-12-07)


### Bug Fixes

* **contexts:** replace `hyper.contexts.list` with `hyper.contexts.all` ([7b76910](https://github.com/gethyperai/hypercode/commit/7b769108bab8a5b6f4b3d3ee21fa539803aef106))
* **search:** metadata type for search result ([14fced7](https://github.com/gethyperai/hypercode/commit/14fced79ebb544df73d1e53aeaa40273acfdf991))

## [2.2.2](https://github.com/gethyperai/hypercode/compare/v2.2.1...v2.2.2) (2023-11-17)

## [2.2.1](https://github.com/gethyperai/hypercode/compare/v2.2.0...v2.2.1) (2023-11-17)
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.2.2",
"version": "2.2.3",
"description": "Hypercode is a npm package for Node.js that allows you to consume the Hyper APIs easily in your JavaScript or TypeScript projects with complete type-safety",
"author": {
"name": "Hyper AI",
Expand Down

0 comments on commit 5869570

Please sign in to comment.