Skip to content

Commit a938582

Browse files
author
Jake Champion
committed
release 0.5.2 of the fastly/js-compute package
1 parent f6e193c commit a938582

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"sdk/js-compute": "0.5.0",
2+
"sdk/js-compute": "0.5.2",
33
".": "0.5.0"
44
}

sdk/js-compute/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.5.2
2+
3+
### Fixes
4+
5+
- Explicitly declare void as the return type for functions which return nothing - this allows our package to work with typescript's `strict:true` option ([#253](https://github.com/fastly/js-compute-runtime/pull/253))
6+
7+
- Declare ambient types for our npm package instead of exports as we do not yet export anythink from the package ([#252](https://github.com/fastly/js-compute-runtime/pull/252))
8+
9+
110
## 0.5.1
211

312
### Fixes

sdk/js-compute/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.

sdk/js-compute/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": "0.5.1",
3+
"version": "0.5.2",
44
"js-compute-runtime-version": "0.5.0",
55
"engines": {
66
"node": "^16 || ^18"

0 commit comments

Comments
 (0)