Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
semantic-release-bot committed Nov 2, 2024
1 parent 49cc6fe commit 7ad3302
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# [4.0.0](https://github.com/Clement-Muth/pcomparator/compare/v3.4.0...v4.0.0) (2024-11-02)


### Bug Fixes

* **ci:** semantic-release module not found ([f9c5224](https://github.com/Clement-Muth/pcomparator/commit/f9c5224e6c5c5529020e8eb0dd178bccb1bfb712))
* **ci:** use -y with yarn init ([49cc6fe](https://github.com/Clement-Muth/pcomparator/commit/49cc6fec36df5ba845f65f581b437b149ee76e4e))


### Code Refactoring

* documentation and pcomparator folder ([#59](https://github.com/Clement-Muth/pcomparator/issues/59)) ([ddd115c](https://github.com/Clement-Muth/pcomparator/commit/ddd115c1919fcdb565d53d4b7f6c1f92955f536f))


### 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

# [3.4.0](https://github.com/Clement-Muth/pcomparator/compare/v3.3.0...v3.4.0) (2024-10-31)


Expand Down
15 changes: 15 additions & 0 deletions package.json
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"
}
}

0 comments on commit 7ad3302

Please sign in to comment.