Skip to content

Commit

Permalink
chore(release): v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
motea927 committed Feb 17, 2024
1 parent 1ebfbf4 commit 7038d8a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
# Changelog


## v0.0.3

[compare changes](https://github.com/motea927/peer-gear/compare/v0.0.2...v0.0.3)

### 🩹 Fixes

- Refactor reportPeerDependencyStatus, fix console flow not correct ([d32e38d](https://github.com/motea927/peer-gear/commit/d32e38d))

### 📖 Documentation

- Add basic usage ([41f7910](https://github.com/motea927/peer-gear/commit/41f7910))

### 📦 Build

- Remove lint:fix test path ([de5901f](https://github.com/motea927/peer-gear/commit/de5901f))

### 🏡 Chore

- **release:** V0.0.2 ([a0a031a](https://github.com/motea927/peer-gear/commit/a0a031a))
- Add PR template ([1ebfbf4](https://github.com/motea927/peer-gear/commit/1ebfbf4))

### 🤖 CI

- Fix lint scripts error after remove empty folder ([8b5c5fa](https://github.com/motea927/peer-gear/commit/8b5c5fa))
- Add npx script in ci ([9bca91d](https://github.com/motea927/peer-gear/commit/9bca91d))

### ❤️ Contributors

- Motea927 <motea927@yahoo.com.tw>

## v0.0.2

[compare changes](https://github.com/motea927/peer-gear/compare/v0.0.1...v0.0.2)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peer-gear",
"version": "0.0.2",
"version": "0.0.3",
"description": "Checks the peer dependencies of the current Node.js package and offers solutions for any unmet dependencies.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -63,4 +63,4 @@
"semver": "^7.6.0",
"yargs": "^17.7.2"
}
}
}

0 comments on commit 7038d8a

Please sign in to comment.