From 0e667f4ce5a7f21b3d3282a037d7e887425d2fa0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 11 Oct 2022 07:48:58 +0000 Subject: [PATCH] chore(release): 1.15.0 [skip ci] --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b4da98a..9e59c89c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.15.0](https://github.com/sanity-io/pkg-utils/compare/v1.14.0...v1.15.0) (2022-10-11) + +### Features + +- `tsconfig` config property ([1a7cc30](https://github.com/sanity-io/pkg-utils/commit/1a7cc300c3062b6e569c6e3c7daac5e865ae4fa4)) +- strict mode ([62c9a67](https://github.com/sanity-io/pkg-utils/commit/62c9a67c2977275fa18f7348678d17d7b9c59c95)) +- use property reducer for rollup plugins ([8ec1788](https://github.com/sanity-io/pkg-utils/commit/8ec17888f61e0e26b1b8901162d357405399ba4f)) + +### Bug Fixes + +- allow unresolved env variable ([f23e10f](https://github.com/sanity-io/pkg-utils/commit/f23e10f65cff3660a0c8d392c018da005d87f9ce)) + ## [1.14.0](https://github.com/sanity-io/pkg-utils/compare/v1.13.0...v1.14.0) (2022-10-10) ### Features diff --git a/package.json b/package.json index 816e123f..9b9a112f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sanity/pkg-utils", - "version": "1.14.0", + "version": "1.15.0", "author": "Sanity.io ", "license": "MIT", "description": "Simple utilities for modern npm packages.",