Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adobe/helix-mediahandler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.0
Choose a base ref
...
head repository: adobe/helix-mediahandler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 16, 2023

  1. Copy the full SHA
    8fb7dcb View commit details
  2. chore(release): 2.4.1 [skip ci]

    ## [2.4.1](v2.4.0...v2.4.1) (2023-12-16)
    
    ### Bug Fixes
    
    * **deps:** update external fixes ([8fb7dcb](8fb7dcb))
    semantic-release-bot committed Dec 16, 2023
    Copy the full SHA
    e0a01ec View commit details
Showing with 240 additions and 196 deletions.
  1. +7 −0 CHANGELOG.md
  2. +228 −191 package-lock.json
  3. +5 −5 package.json
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.4.1](https://github.com/adobe/helix-mediahandler/compare/v2.4.0...v2.4.1) (2023-12-16)


### Bug Fixes

* **deps:** update external fixes ([8fb7dcb](https://github.com/adobe/helix-mediahandler/commit/8fb7dcb4fa7a3b538f91dd0a585f22c92f69347d))

# [2.4.0](https://github.com/adobe/helix-mediahandler/compare/v2.3.9...v2.4.0) (2023-12-12)


419 changes: 228 additions & 191 deletions package-lock.json
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/helix-mediahandler",
"version": "2.4.0",
"version": "2.4.1",
"description": "Helix Mediahandler Library",
"main": "src/index.js",
"type": "module",
@@ -25,8 +25,8 @@
"dependencies": {
"@adobe/fetch": "4.1.1",
"@aws-sdk/abort-controller": "3.370.0",
"@aws-sdk/client-s3": "3.470.0",
"@aws-sdk/lib-storage": "3.470.0",
"@aws-sdk/client-s3": "3.474.0",
"@aws-sdk/lib-storage": "3.474.0",
"fetch-retry": "5.0.6",
"image-size": "1.0.2",
"mime": "4.0.0"
@@ -38,15 +38,15 @@
"@types/node": "20.10.4",
"c8": "8.0.1",
"dotenv": "16.3.1",
"eslint": "8.55.0",
"eslint": "8.56.0",
"fs-extra": "11.2.0",
"husky": "8.0.3",
"junit-report-builder": "3.1.0",
"lint-staged": "15.2.0",
"mocha": "10.2.0",
"mocha-multi-reporters": "1.5.1",
"nock": "13.4.0",
"semantic-release": "22.0.10",
"semantic-release": "22.0.12",
"typedoc": "0.25.4",
"typedoc-plugin-markdown": "3.17.1",
"typescript": "4.8.3"