Skip to content

Commit ec94553

Browse files
Update changelog and Cargo.toml to version 0.2.2 (#51)
Note: I had previously published version 0.3.0, but given that there are no breaking changes here, and that the previously published version was somewhat broken, I'm retracting that and only bumping the minor version here instead.
1 parent d345b57 commit ec94553

File tree

3 files changed

+82
-57
lines changed

3 files changed

+82
-57
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.3.0 (2021-10-22)
1+
## 0.2.2 (2021-11-10)
22

33
### Fixes
44

@@ -12,6 +12,7 @@
1212
* Resolve URLs passed to `Request` and `fetch` relative to the client request URL's origin (https://github.com/fastly/js-compute-runtime/pull/38)
1313
* Return null instead of throwing on missing key in `Dictionary#get` (https://github.com/fastly/js-compute-runtime/pull/41)
1414
* Update to SpiderMonkey 94 beta (https://github.com/fastly/js-compute-runtime/pull/45)
15+
* Expose environment variables via the `fastly.env.get` function (https://github.com/fastly/js-compute-runtime/pull/50)
1516

1617
## 0.2.1 (2021-08-27)
1718

0 commit comments

Comments
 (0)