Skip to content

Commit

Permalink
chore: release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 17, 2024
1 parent 2c684a0 commit ae0eb38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.7.1](https://github.com/JoshuaKGoldberg/package-json-validator/compare/v0.7.0...v0.7.1) (2024-12-17)

### Bug Fixes

- add bin key back to package.json ([#101](https://github.com/JoshuaKGoldberg/package-json-validator/issues/101)) ([2c684a0](https://github.com/JoshuaKGoldberg/package-json-validator/commit/2c684a0addd2e9c24dbae8c771ecd817d41f7c04)), closes [#100](https://github.com/JoshuaKGoldberg/package-json-validator/issues/100)

# [0.7.0](https://github.com/JoshuaKGoldberg/package-json-validator/compare/v0.6.8...v0.7.0) (2024-10-17)

### 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": "package-json-validator",
"version": "0.7.0",
"version": "0.7.1",
"description": "Tools to validate package.json files.",
"keywords": [
"package.json",
Expand Down

0 comments on commit ae0eb38

Please sign in to comment.