From 82354f391fde77a06cbb1ae3e226a75230e441cb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 30 Aug 2022 14:42:26 +0000 Subject: [PATCH] chore(release): 1.3.1 [skip ci] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5384c137..28800ead 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.3.1](https://github.com/sanity-io/pkg-utils/compare/v1.3.0...v1.3.1) (2022-08-30) + +### Bug Fixes + +- target parsing ([6fce2ed](https://github.com/sanity-io/pkg-utils/commit/6fce2ed032349a3cc14baa4af54b771f4cc2224e)) + ## [1.3.0](https://github.com/sanity-io/pkg-utils/compare/v1.2.0...v1.3.0) (2022-08-30) ### Features diff --git a/package.json b/package.json index a168077f..859c9d2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/pkg-utils", - "version": "1.3.0", + "version": "1.3.1", "author": "Sanity.io ", "license": "MIT", "description": "Simple utilities for modern npm packages.",