Skip to content

Commit 97dca69

Browse files
chore(release): 3.1.1 [skip ci]
1 parent b94700c commit 97dca69

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [3.1.1](https://github.com/sanity-io/plugin-kit/compare/v3.1.0...v3.1.1) (2023-01-04)
9+
10+
### Bug Fixes
11+
12+
- check for .prettierrc.json ([5669a52](https://github.com/sanity-io/plugin-kit/commit/5669a52bdffd6010d078d901831c4943f879e685))
13+
- inject dist in pkg-config.ts so it works for packages with lib outDir ([b94700c](https://github.com/sanity-io/plugin-kit/commit/b94700cc47503f818801b1b58a794f4ca2c24af6))
14+
815
## [3.1.0](https://github.com/sanity-io/plugin-kit/compare/v3.0.0...v3.1.0) (2023-01-04)
916

1017
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/plugin-kit",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Enhanced Sanity.io plugin development experience",
55
"keywords": [
66
"sanity-io",

0 commit comments

Comments
 (0)