From da86f2b36dc03ddb868beab001f3f1e1073f5cc4 Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Mon, 25 Nov 2024 09:45:36 +0000 Subject: [PATCH] Remove CHANGELOG.md The use of CHANGELOG.md for reporting changes has been superceded by GitHub release notes in this project. Remove it to avoid confusion. --- CHANGELOG.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 64a978e..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,18 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## [v1.2.0] 2021-12-02 - -- Add optional support for `tailwindcss` in CSS-build task [#8](https://github.com/hypothesis/frontend-build/pull/8) - -## [v1.1.0] 2021-10-22 - -- Add `generateManifest` function for building asset manifests. [#5](https://github.com/hypothesis/frontend-build/pull/5) - -## [v1.0.0] 2021-10-20 - -- Initial release