Skip to content

Commit

Permalink
chore(release): 4.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.5.0](v4.4.2...v4.5.0) (2025-02-25)

 CID `bafybeiata4qg7xjtwgor6r5dw63jjxyouenyromrrb4lrewxrlvav7gzgi`

 ---

### Features

* add QR Code to ShareModal ([#2320](#2320)) ([5dbccfd](5dbccfd))

### Bug Fixes

* add hint about basic http auth for rpc ([#2338](#2338)) ([7d00889](7d00889))
* **ci:** cluster pinning with timeout and retry ([#2321](#2321)) ([9007e98](9007e98))
* **ci:** typo in ci.yml ([7fbb51b](7fbb51b))
* **peers:** chrome regression and update ipfs-geoip to v9.2 ([#2333](#2333)) ([699f735](699f735))

### Trivial Changes

* add console warning ([#2332](#2332)) ([76a0c52](76a0c52))
* **deps:** bump actions/setup-go from 4 to 5 ([#2221](#2221)) ([412b89f](412b89f))
* pull transifex translations ([#2331](#2331)) ([e62b487](e62b487))
  • Loading branch information
semantic-release-bot committed Feb 25, 2025
1 parent e62b487 commit b7b94c2
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## [4.5.0](https://github.com/ipfs/ipfs-webui/compare/v4.4.2...v4.5.0) (2025-02-25)


CID `bafybeiata4qg7xjtwgor6r5dw63jjxyouenyromrrb4lrewxrlvav7gzgi`

---



### Features

* add QR Code to ShareModal ([#2320](https://github.com/ipfs/ipfs-webui/issues/2320)) ([5dbccfd](https://github.com/ipfs/ipfs-webui/commit/5dbccfd08f19d2e890bc95dffd98dc6ac13cc389))


### Bug Fixes

* add hint about basic http auth for rpc ([#2338](https://github.com/ipfs/ipfs-webui/issues/2338)) ([7d00889](https://github.com/ipfs/ipfs-webui/commit/7d008895ed0fdf635043c0796a5ef83efa891fc4))
* **ci:** cluster pinning with timeout and retry ([#2321](https://github.com/ipfs/ipfs-webui/issues/2321)) ([9007e98](https://github.com/ipfs/ipfs-webui/commit/9007e98406c3eb71d3cb367f5ae1a87a5827a934))
* **ci:** typo in ci.yml ([7fbb51b](https://github.com/ipfs/ipfs-webui/commit/7fbb51bf23192dda3527e2944a6b7b14e810a869))
* **peers:** chrome regression and update ipfs-geoip to v9.2 ([#2333](https://github.com/ipfs/ipfs-webui/issues/2333)) ([699f735](https://github.com/ipfs/ipfs-webui/commit/699f735b0c13ad1b70444e9e27c32f61df03b776))


### Trivial Changes

* add console warning ([#2332](https://github.com/ipfs/ipfs-webui/issues/2332)) ([76a0c52](https://github.com/ipfs/ipfs-webui/commit/76a0c52e2c719d116bfea757856c0488a2de1ff4))
* **deps:** bump actions/setup-go from 4 to 5 ([#2221](https://github.com/ipfs/ipfs-webui/issues/2221)) ([412b89f](https://github.com/ipfs/ipfs-webui/commit/412b89fb75ee4e84cd8a39a399679c568026de30))
* pull transifex translations ([#2331](https://github.com/ipfs/ipfs-webui/issues/2331)) ([e62b487](https://github.com/ipfs/ipfs-webui/commit/e62b48738e01bbc9208d5d4664ae33db25ce7e6e))

## [4.4.2](https://github.com/ipfs/ipfs-webui/compare/v4.4.1...v4.4.2) (2024-12-20)


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": "ipfs-webui",
"version": "4.4.2",
"version": "4.5.0",
"type": "module",
"private": true,
"files": [
Expand Down

0 comments on commit b7b94c2

Please sign in to comment.