From 7a105b30c4838cc578c3eadc7721c13750b4522f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 23 Dec 2022 22:58:26 +0000 Subject: [PATCH] chore(release): 2.0.3 [skip ci] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c192a844..5728c6e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.3](https://github.com/sanity-io/pkg-utils/compare/v2.0.2...v2.0.3) (2022-12-23) + +### Bug Fixes + +- support the `use client` directive ([#27](https://github.com/sanity-io/pkg-utils/issues/27)) ([e8e31ab](https://github.com/sanity-io/pkg-utils/commit/e8e31ab816811f2efffc32738a189f4694457121)) + ## [2.0.2](https://github.com/sanity-io/pkg-utils/compare/v2.0.1...v2.0.2) (2022-12-23) ### Bug Fixes diff --git a/package.json b/package.json index 74e36bdc..f95b7fe8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "@sanity/pkg-utils", - "version": "2.0.2", + "version": "2.0.3", "author": "Sanity.io ", "license": "MIT", "description": "Simple utilities for modern npm packages.",