Skip to content

Commit f8bd073

Browse files
chore(main): release 3.23.0
1 parent 28c0a02 commit f8bd073

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [3.23.0](https://github.com/fastly/js-compute-runtime/compare/v3.22.4...v3.23.0) (2024-09-18)
4+
5+
6+
### Features
7+
8+
* grpc backend option ([#971](https://github.com/fastly/js-compute-runtime/issues/971)) ([e10829d](https://github.com/fastly/js-compute-runtime/commit/e10829d73aa0e0ccee20f19ad4c27b79f3c0723e))
9+
10+
11+
### Bug Fixes
12+
13+
* never error for missing client data, return null instead ([#979](https://github.com/fastly/js-compute-runtime/issues/979)) ([7068321](https://github.com/fastly/js-compute-runtime/commit/706832106fce165c5857f9671cb004ce33537225))
14+
* null return instead of an error for missing geo data ([d4c9b69](https://github.com/fastly/js-compute-runtime/commit/d4c9b699a115b5475b5a06b2ba66e259c8d4e952))
15+
316
## 3.22.4 (2024-09-13)
417

518
### Fixed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastly/js-compute",
3-
"version": "3.22.4",
3+
"version": "3.23.0",
44
"license": "Apache-2.0",
55
"main": "js-compute-runtime-cli.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)