Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
harmony7 committed Jan 24, 2024
1 parent e28f91a commit f01b4a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.4] - 2024-01-25

### Fixed

- Fix: Multiple Set-Cookie headers should not be overwritten
Expand Down Expand Up @@ -58,8 +60,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Changed to use TextEncoder instead of Buffer.from() for converting UTF-8 text streams to binary, giving massive performance improvement

[unreleased]: https://github.com/fastly/http-compute-js/compare/v1.1.3...HEAD
[1.1.3]: https://github.com/fastly/http-compute-js/compare/v1.1.1...v1.1.3
[unreleased]: https://github.com/fastly/http-compute-js/compare/v1.1.4...HEAD
[1.1.4]: https://github.com/fastly/http-compute-js/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/fastly/http-compute-js/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/fastly/http-compute-js/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/fastly/http-compute-js/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/fastly/http-compute-js/compare/v1.0.0...v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastly/http-compute-js",
"version": "1.1.3",
"version": "1.1.4",
"description": "Node.js-compatible request and response objects for JavaScript on Fastly Compute",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit f01b4a5

Please sign in to comment.