-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [4.0.0](v3.4.0...v4.0.0) (2024-11-02) ### Bug Fixes * **ci:** semantic-release module not found ([f9c5224](f9c5224)) * **ci:** use -y with yarn init ([49cc6fe](49cc6fe)) ### Code Refactoring * documentation and pcomparator folder ([#59](#59)) ([ddd115c](ddd115c)) ### BREAKING CHANGES * restructure the app by adding new documentation and pcomparator repositories * add husky in pcomparator * fix relative paths * fix tsconfig * fix ci wrong wording * fix yarn nm install * replace yarn install ci * add validator to fix nextjs unvalid export route * revert tsconfig
- Loading branch information
1 parent
49cc6fe
commit 7ad3302
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "pcomparator", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"repository": "https://github.com/Clement-Muth/pcomparator", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/commit-analyzer": "^13.0.0", | ||
"@semantic-release/exec": "^6.0.3", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^11.0.0", | ||
"@semantic-release/release-notes-generator": "^14.0.1" | ||
} | ||
} |