Skip to content

Commit

Permalink
chore(main): release 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Sep 5, 2023
1 parent 64323e3 commit 6a7fc8c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog


## 3.3.3 (2023-09-05)


### Fixed

* remove unused lines of code from docs for SimpleCache/get.mdx ([51fd4af](https://github.com/fastly/js-compute-runtime/commit/51fd4af94f72dd9ae112a967ef05bc67d02f202c))
* update to latest version of gecko-dev which fixes a bug with the default ecma262 sorting algorithm ([#643](https://github.com/fastly/js-compute-runtime/issues/643)) ([64323e3](https://github.com/fastly/js-compute-runtime/commit/64323e344bc61d4cc52e34710ab7ae208d56e321))

## 3.3.2 (2023-08-31)


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": "3.3.2",
"version": "3.3.3",
"engines": {
"node": "16 - 20",
"npm": "^8 || ^9"
Expand Down

0 comments on commit 6a7fc8c

Please sign in to comment.