Skip to content

Commit

Permalink
chore(release): v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
motea927 committed Feb 17, 2024
1 parent 595ae36 commit dbf593b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog


## v1.0.0

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

### 🚀 Enhancements

- ⚠️ Change includePrerelease default value to false ([595ae36](https://github.com/motea927/peer-gear/commit/595ae36))

#### ⚠️ Breaking Changes

- ⚠️ Change includePrerelease default value to false ([595ae36](https://github.com/motea927/peer-gear/commit/595ae36))

### ❤️ Contributors

- Motea927 <motea927@yahoo.com.tw>

## v0.0.3

[compare changes](https://github.com/motea927/peer-gear/compare/v0.0.2...v0.0.3)
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.3",
"version": "1.0.0",
"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 dbf593b

Please sign in to comment.