From f2cf0310e1c8620dbffc0b92b96f95344b381645 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 22 Sep 2022 21:29:08 +0000 Subject: [PATCH] chore(release): 1.8.2 [skip ci] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caeca868..22262b97 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. +## [1.8.2](https://github.com/sanity-io/pkg-utils/compare/v1.8.1...v1.8.2) (2022-09-22) + +### Bug Fixes + +- extensions depend on package type ([c678bac](https://github.com/sanity-io/pkg-utils/commit/c678bacf9a4510ba916539491cfb7181a832681b)) + ## [1.8.1](https://github.com/sanity-io/pkg-utils/compare/v1.8.0...v1.8.1) (2022-09-22) ### Bug Fixes diff --git a/package.json b/package.json index a44eccb9..e5dcd6f7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "@sanity/pkg-utils", - "version": "1.8.1", + "version": "1.8.2", "author": "Sanity.io ", "license": "MIT", "description": "Simple utilities for modern npm packages.",