From 566b466470aa6796580bced3a6eb3981f845a56a Mon Sep 17 00:00:00 2001 From: Elvira Burchik Date: Mon, 21 Feb 2022 17:48:43 +0100 Subject: [PATCH] Remove ##Unreleased section --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daead616..cf7bfe94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## Unreleased - ## 1.6.2 - 2022-02-21 * Fix web support for variants [#121](https://github.com/Shopify/restyle/pull/) by [dobrea-v](https://github.com/dobrea-v)