From beb37dfd67bae087c654e8a5fd6275a46faec0f5 Mon Sep 17 00:00:00 2001 From: Katsuyuki Omuro Date: Mon, 6 Jan 2025 12:26:46 +0900 Subject: [PATCH] v1.1.5 --- CHANGELOG.md | 13 ++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb3fb9..aea31b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.5] - 2025-01-06 + +### Added + +- Release to npmjs using CI workflow + +### Fixed + +- Updated dependency versions + ## [1.1.4] - 2024-01-25 ### Fixed @@ -60,7 +70,8 @@ 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.4...HEAD +[unreleased]: https://github.com/fastly/http-compute-js/compare/v1.1.5...HEAD +[1.1.5]: https://github.com/fastly/http-compute-js/compare/v1.1.4...v1.1.5 [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 diff --git a/package-lock.json b/package-lock.json index 8bf3308..88d5a44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fastly/http-compute-js", - "version": "1.1.4", + "version": "1.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fastly/http-compute-js", - "version": "1.1.4", + "version": "1.1.5", "license": "MIT", "dependencies": { "buffer": "^6.0.3", diff --git a/package.json b/package.json index d9e768c..e0dcf3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fastly/http-compute-js", - "version": "1.1.4", + "version": "1.1.5", "description": "Node.js-compatible request and response objects for JavaScript on Fastly Compute", "main": "dist/index.js", "types": "dist/index.d.ts",