From c1ecb59f3543dc51ebecfb9c1710f5bc7a73a7c6 Mon Sep 17 00:00:00 2001 From: Brad Garropy Date: Tue, 17 Dec 2024 21:47:41 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=B5=20changelog=20(#15)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..0dc7f82 --- /dev/null +++ b/changelog.md @@ -0,0 +1,50 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog][keep-a-changelog], +and this project adheres to [Semantic Versioning][semver]. + + + +## [Unreleased] + +- _TBD_ + +## [3.1.0][3.1.0] + +_2024-12-17_ + +- Support [`all-contributors`][all-contributors] +- Add a `changelog` + +[unreleased]: https://github.com/bradgarropy/eslint-config/compare/v3.1.0...HEAD +[3.1.0]: https://github.com/bradgarropy/eslint-config/releases/tag/v3.1.0 +[keep-a-changelog]: https://keepachangelog.com +[semver]: https://semver.org +[all-contributors]: https://allcontributors.org