Skip to content

Commit

Permalink
chore(release): 1.15.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 11, 2022
1 parent d273b39 commit 0e667f4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/pkg-utils",
"version": "1.14.0",
"version": "1.15.0",
"author": "Sanity.io <[email protected]>",
"license": "MIT",
"description": "Simple utilities for modern npm packages.",
Expand Down

0 comments on commit 0e667f4

Please sign in to comment.