Skip to content

Commit

Permalink
v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
harmony7 committed Jan 6, 2025
1 parent 206de49 commit beb37df
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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.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",
Expand Down

0 comments on commit beb37df

Please sign in to comment.