diff --git a/CHANGELOG.md b/CHANGELOG.md index aea0f10b..05147d42 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.1.0](https://github.com/sanity-io/pkg-utils/compare/v1.0.1...v1.1.0) (2022-08-29) + +### Features + +- log tsconfig path ([c927841](https://github.com/sanity-io/pkg-utils/commit/c927841da53c250d93a6d5c10a23d087316e40bc)) + ## [1.0.1](https://github.com/sanity-io/pkg-utils/compare/v1.0.0...v1.0.1) (2022-08-29) ### Bug Fixes diff --git a/package.json b/package.json index 3bc0a84c..32f961d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/pkg-utils", - "version": "1.0.1", + "version": "1.1.0", "author": "Sanity.io ", "license": "MIT", "description": "Simple utilities for modern npm packages.",