Skip to content

Commit 0fae316

Browse files
chore: release v0.12.1
1 parent 4b061e6 commit 0fae316

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.12.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.12.0...v0.12.1) (2024-03-28)
2+
3+
### Bug Fixes
4+
5+
- **valid-package-def:** ignore pnpm workspace protocol ([#258](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/258)) ([4b061e6](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/4b061e6540fb914d004337bb89a90fedfb94b0f7)), closes [#251](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/251)
6+
17
# [0.12.0](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.11.0...v0.12.0) (2024-03-25)
28

39
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-package-json",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Rules for consistent, readable, and valid package.json files. 🗂️",
55
"homepage": "https://github.com/JoshuaKGoldberg/eslint-plugin-package-json#readme",
66
"bugs": {

0 commit comments

Comments
 (0)