Skip to content

Commit

Permalink
chore(release): 2.20.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.20.0](v2.19.0...v2.20.0) (2022-11-09)

 CID `bafybeibjbq3tmmy7wuihhhwvbladjsd3gx3kfjepxzkq6wylik6wc3whzy`

 ---

### Features

* add success notification on "set pinning" action ([#2038](#2038)) ([e410164](e410164))
* track remote pins in progress ([#1919](#1919)) ([d3a6524](d3a6524))
* update to ipfs-geoip v9 ([#2061](#2061)) ([546fb5a](546fb5a))

### Bug Fixes

*  /webtransport breaks status page ([#2057](#2057)) ([ea89e7f](ea89e7f)), closes [#2033](#2033)

### Trivial Changes

* pull new translations ([#2049](#2049)) ([f6062b2](f6062b2))
* pull new translations ([#2056](#2056)) ([e13ff17](e13ff17))
* pull new translations ([#2059](#2059)) ([0bb5bf3](0bb5bf3))
  • Loading branch information
semantic-release-bot committed Nov 9, 2022
1 parent 546fb5a commit 134cab8
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [2.20.0](https://github.com/ipfs/ipfs-webui/compare/v2.19.0...v2.20.0) (2022-11-09)


CID `bafybeibjbq3tmmy7wuihhhwvbladjsd3gx3kfjepxzkq6wylik6wc3whzy`

---



### Features

* add success notification on "set pinning" action ([#2038](https://github.com/ipfs/ipfs-webui/issues/2038)) ([e410164](https://github.com/ipfs/ipfs-webui/commit/e410164f8b641a1cedaed9e99e8a3f4983464854))
* track remote pins in progress ([#1919](https://github.com/ipfs/ipfs-webui/issues/1919)) ([d3a6524](https://github.com/ipfs/ipfs-webui/commit/d3a652400902e564ebae5f257acfd254ee52472a))
* update to ipfs-geoip v9 ([#2061](https://github.com/ipfs/ipfs-webui/issues/2061)) ([546fb5a](https://github.com/ipfs/ipfs-webui/commit/546fb5a2713d74520263f7e6d043c0181261b8d9))


### Bug Fixes

* /webtransport breaks status page ([#2057](https://github.com/ipfs/ipfs-webui/issues/2057)) ([ea89e7f](https://github.com/ipfs/ipfs-webui/commit/ea89e7f98c748a72409f2caaa329d13596fa65c7)), closes [#2033](https://github.com/ipfs/ipfs-webui/issues/2033)


### Trivial Changes

* pull new translations ([#2049](https://github.com/ipfs/ipfs-webui/issues/2049)) ([f6062b2](https://github.com/ipfs/ipfs-webui/commit/f6062b237d9cfeb0dc68d3f602c7dd5123b7a1b0))
* pull new translations ([#2056](https://github.com/ipfs/ipfs-webui/issues/2056)) ([e13ff17](https://github.com/ipfs/ipfs-webui/commit/e13ff17ab87fa93f0431053bf95caabfe1cd0f5f))
* pull new translations ([#2059](https://github.com/ipfs/ipfs-webui/issues/2059)) ([0bb5bf3](https://github.com/ipfs/ipfs-webui/commit/0bb5bf349d933b8a01d485b13e12d4c4822bee2f))

## [2.19.0](https://github.com/ipfs/ipfs-webui/compare/v2.18.1...v2.19.0) (2022-10-03)


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": "2.19.0",
"version": "2.20.0",
"private": true,
"files": [
"src",
Expand Down

0 comments on commit 134cab8

Please sign in to comment.