Skip to content

Commit acb6178

Browse files
chore: release v0.10.2
1 parent 27243fa commit acb6178

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.10.2](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.10.1...v0.10.2) (2024-02-01)
2+
3+
### Bug Fixes
4+
5+
- support Windows paths, again ([#144](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/144)) ([27243fa](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/commit/27243fa5e6d0d59362e19f49135f69300949d282)), closes [#142](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/142) [#30](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues/30)
6+
17
## [0.10.1](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/compare/v0.10.0...v0.10.1) (2024-01-25)
28

39
### Bug Fixes

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.10.1",
3+
"version": "0.10.2",
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)