From 17cfd7c62f03f619f23feb2fb8ad1a1e1428a390 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Wed, 25 May 2022 17:26:57 -0500 Subject: [PATCH] Quick/version bump (#27) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(version): v3 After this, I'll change v1–v3 to v0.3–v0.5. * chore(version): v3 changelog tweak --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aed659a4..c3293738b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.0.0] - 2022-25-11: Simpler CLI API, Fixes, Updates, Cleanup +### Added + +- FP-1648: Build Individual Stylesheets — ⚠️ API Change (#23) + ### Changed - feat(tup-151): offset content less offset (#21)