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