From 38392d342a2bc340aceabccd87e0376d27d4df4d Mon Sep 17 00:00:00 2001 From: Amos Ng Date: Tue, 23 Jun 2020 00:21:04 +0800 Subject: [PATCH] Fix incorrect `config.sample.json` naming to `settings.sample.json` --- CHANGELOG.md | 1 + config.sample.json => settings.sample.json | 0 2 files changed, 1 insertion(+) rename config.sample.json => settings.sample.json (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0f609b..5a759f1 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed +- [2020-06-22] Fix incorrect `config.sample.json` naming to `settings.sample.json` by [@lflare] ### Deprecated diff --git a/config.sample.json b/settings.sample.json similarity index 100% rename from config.sample.json rename to settings.sample.json