-
Notifications
You must be signed in to change notification settings - Fork 490
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [4.4.0](v4.3.3...v4.4.0) (2024-11-07) CID `bafybeibkirkltohusogcco46jcw7khtgjf5nwphuvufjssr5pvhsuol5uy` --- ### Features * use [email protected] ([#2283](#2283)) ([437b8fe](437b8fe)), closes [#2259](#2259) ### Bug Fixes * normalize catch-all listeners to loopback ([#2287](#2287)) ([edf14c6](edf14c6)), closes [#1821](#1821) * remove iltorb dep, build for node v22.9.0 ([#2273](#2273)) ([9ba4559](9ba4559)) ### Trivial Changes * move enum.js to lib folder ([#2285](#2285)) ([682de0b](682de0b)) * pull new translations ([#2279](#2279)) ([8205d12](8205d12))
- Loading branch information
1 parent
9ba4559
commit de171e3
Showing
3 changed files
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
## [4.4.0](https://github.com/ipfs/ipfs-webui/compare/v4.3.3...v4.4.0) (2024-11-07) | ||
|
||
|
||
CID `bafybeibkirkltohusogcco46jcw7khtgjf5nwphuvufjssr5pvhsuol5uy` | ||
|
||
--- | ||
|
||
|
||
|
||
### Features | ||
|
||
* use [email protected] ([#2283](https://github.com/ipfs/ipfs-webui/issues/2283)) ([437b8fe](https://github.com/ipfs/ipfs-webui/commit/437b8fedadaf5f7ea57751284778c41587ed8486)), closes [#2259](https://github.com/ipfs/ipfs-webui/issues/2259) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* normalize catch-all listeners to loopback ([#2287](https://github.com/ipfs/ipfs-webui/issues/2287)) ([edf14c6](https://github.com/ipfs/ipfs-webui/commit/edf14c6061ceb507520b1cfe4a41358c6274e4fa)), closes [#1821](https://github.com/ipfs/ipfs-webui/issues/1821) | ||
* remove iltorb dep, build for node v22.9.0 ([#2273](https://github.com/ipfs/ipfs-webui/issues/2273)) ([9ba4559](https://github.com/ipfs/ipfs-webui/commit/9ba455981d82160e4ea4a183ca36ba8368e6e0fa)) | ||
|
||
|
||
### Trivial Changes | ||
|
||
* move enum.js to lib folder ([#2285](https://github.com/ipfs/ipfs-webui/issues/2285)) ([682de0b](https://github.com/ipfs/ipfs-webui/commit/682de0b6cd10956981899970af2877ce064ec34c)) | ||
* pull new translations ([#2279](https://github.com/ipfs/ipfs-webui/issues/2279)) ([8205d12](https://github.com/ipfs/ipfs-webui/commit/8205d12ffbfa94f6fc2657289603a9b6d91e2ab8)) | ||
|
||
## [4.3.3](https://github.com/ipfs/ipfs-webui/compare/v4.3.2...v4.3.3) (2024-10-16) | ||
|
||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ipfs-webui", | ||
"version": "4.3.3", | ||
"version": "4.4.0", | ||
"type": "module", | ||
"private": true, | ||
"files": [ | ||
|