From 25c2d23250ec98a66b8202febe6df9032c28cfd0 Mon Sep 17 00:00:00 2001 From: Heather Frantisak Date: Mon, 31 Jan 2022 14:05:43 -0800 Subject: [PATCH] Fix changelog --- packages/koa-shopify-webhooks/CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/koa-shopify-webhooks/CHANGELOG.md b/packages/koa-shopify-webhooks/CHANGELOG.md index e7047a3df4..b6f7a46dd2 100644 --- a/packages/koa-shopify-webhooks/CHANGELOG.md +++ b/packages/koa-shopify-webhooks/CHANGELOG.md @@ -5,13 +5,16 @@ 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 + +### Changed + +- Reorder exports map to prioritize the `esnext` condition. [[#2148](https://github.com/Shopify/quilt/pull/2148)] ## 4.4.0 - 2022-01-31 ### Changed -- Reorder exports map to prioritize the `esnext` condition. [[#2148](https://github.com/Shopify/quilt/pull/2148)] - Changed Forbidden response to Unauthorized [[#2147](https://github.com/Shopify/quilt/pull/2147)] ## 4.3.0 - 2022-01-13