From 639718a8adb49673a8e8810db2577e4d23f86955 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 6 Oct 2022 22:09:12 +0000 Subject: [PATCH] chore(release): 1.11.0 [skip ci] --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d2ff660..77bfbba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.11.0](https://github.com/sanity-io/pkg-utils/compare/v1.10.0...v1.11.0) (2022-10-06) + +### Features + +- handle errors gracefully ([2210dd5](https://github.com/sanity-io/pkg-utils/commit/2210dd530623a7f72387716916f2b49cc7cdd8c5)) + +### Bug Fixes + +- make joined paths readable ([6b38bf9](https://github.com/sanity-io/pkg-utils/commit/6b38bf978b031e15d033256ea3f08bc39e0774ab)) +- use `.esm.js` extension for esm exports in commonjs packages ([124cce0](https://github.com/sanity-io/pkg-utils/commit/124cce0f0f738e41e85543dec4ee44eebb96ef22)) + ## [1.10.0](https://github.com/sanity-io/pkg-utils/compare/v1.9.0...v1.10.0) (2022-10-02) ### Features diff --git a/package.json b/package.json index 5dc497f3..e75f0702 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/pkg-utils", - "version": "1.10.0", + "version": "1.11.0", "author": "Sanity.io ", "license": "MIT", "description": "Simple utilities for modern npm packages.",