Skip to content

Commit

Permalink
chore(main): release 2.2.1 (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Jun 12, 2023
1 parent a88616c commit 5ba8177
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog


## 2.2.1 (2023-06-09)


### Fixed

* only apply our pipeTo/pipeThrough optimisations to TransformStreams who have no transformers (IdentityStreams). ([#556](https://github.com/fastly/js-compute-runtime/issues/556)) ([a88616c](https://github.com/fastly/js-compute-runtime/commit/a88616c7a5aa4e13d3f1eeef259ba7480416f3f0))

## 2.2.0 (2023-06-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastly/js-compute",
"version": "2.2.0",
"version": "2.2.1",
"engines": {
"node": "16 - 20",
"npm": "^8 || ^9"
Expand Down

0 comments on commit 5ba8177

Please sign in to comment.