diff --git a/CHANGELOG.md b/CHANGELOG.md index d2f9f28..2cb3fb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package-lock.json b/package-lock.json index 282bd9a..b87360b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fastly/http-compute-js", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fastly/http-compute-js", - "version": "1.1.3", + "version": "1.1.4", "license": "MIT", "dependencies": { "buffer": "^6.0.3", diff --git a/package.json b/package.json index cec0124..d9e768c 100644 --- a/package.json +++ b/package.json @@ -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",