Skip to content

Commit 5869570

Browse files
chore(release): 2.2.3 [skip ci]
## [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))
1 parent 14fced7 commit 5869570

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.2.3](https://github.com/gethyperai/hypercode/compare/v2.2.2...v2.2.3) (2023-12-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **contexts:** replace `hyper.contexts.list` with `hyper.contexts.all` ([7b76910](https://github.com/gethyperai/hypercode/commit/7b769108bab8a5b6f4b3d3ee21fa539803aef106))
7+
* **search:** metadata type for search result ([14fced7](https://github.com/gethyperai/hypercode/commit/14fced79ebb544df73d1e53aeaa40273acfdf991))
8+
19
## [2.2.2](https://github.com/gethyperai/hypercode/compare/v2.2.1...v2.2.2) (2023-11-17)
210

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

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hypercode",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"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",
55
"author": {
66
"name": "Hyper AI",

0 commit comments

Comments
 (0)