Merge tag 'v2.1.1' into develop

Updated gateways and Angular 11
merge-requests/3/merge
Nato Boram 2021-03-20 14:40:28 -04:00
commit 91c9fdca31
3 changed files with 16 additions and 8 deletions

View File

@ -8,6 +8,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [2.1.1] - 2021-03-20
### Added
- Added some accessibility tags
- Added some VSCode settings
@ -16,16 +30,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
- Updated to Angular 11
- Updated gateways
### Deprecated
### Removed
### Fixed
- Corrected the title from "Public IPFS Cacher" to "Public Gateway Cacher".
### Security
## [2.1.0] - 2020-07-10
### Added

View File

@ -5,7 +5,7 @@
Cache a specific hash on a bunch of public gateways.
You can view this website on [GitLab Pages](https://natoboram.gitlab.io/public-gateway-cacher) and [IPFS](https://bafybeiagzg6lcrzuwb7pdxhs4bc7iiexriaxy2kx5fogdaemnqg4oiydl4.ipfs.dweb.link).
You can view this website on [GitLab Pages](https://natoboram.gitlab.io/public-gateway-cacher) and [IPFS](https://bafybeib43z6e5yuywjclls72rvipygoteyi3yeyxwewxi7yd5txypxprpa.ipfs.dweb.link).
![Screenshot](https://bafybeie7txrbzw6ipb62lplnpzsjpz7s4o5q7uufb5rjfelol2cuxeyzye.ipfs.dweb.link/Screenshot_2020-07-09%20Public%20Gateway%20Cacher.png)

View File

@ -1,6 +1,6 @@
{
"name": "public-gateway-cacher",
"version": "2.1.0",
"version": "2.1.1",
"scripts": {
"ng": "ng",
"start": "ng serve --ssl",