From ed83d4e842d445403cd98b92bebca6db64a07ef2 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 25 Sep 2023 09:00:54 +0200 Subject: [PATCH] Fix typo in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b89ce697..e932849f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Changed * [#338](https://github.com/shlinkio/shlink-web-client/issues/338) Extract `@shlinkio/shlink-web-component` and `@shlinkio/shlink-frontend-kit` as external libs. * Use API client from `@shlinkio/shlink-js-sdk` to consume Shlink servers. -* [#902](https://github.com/shlinkio/shlink-web-client/pulls/902) Docker image is no longer running as root. As a side effect, exposed port is `8080`, not `80` anymore. +* [#902](https://github.com/shlinkio/shlink-web-client/pull/902) Docker image is no longer running as root. As a side effect, exposed port is `8080`, not `80` anymore. ### Deprecated * *Nothing*