Skip to content

Commit

Permalink
chore(release): 2.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.2](v2.3.1...v2.3.2) (2024-11-12)

### Bug Fixes

* **peer-deps:** support pact v13.x & pact-cli for publisher interface ([#84](#84)) ([7ca2136](7ca2136))
  • Loading branch information
semantic-release-bot committed Nov 12, 2024
1 parent 7ca2136 commit 7aa9175
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.3.2](https://github.com/omermorad/nestjs-pact/compare/v2.3.1...v2.3.2) (2024-11-12)


### Bug Fixes

* **peer-deps:** support pact v13.x & pact-cli for publisher interface ([#84](https://github.com/omermorad/nestjs-pact/issues/84)) ([7ca2136](https://github.com/omermorad/nestjs-pact/commit/7ca21366c1c06622c3f87ede496308324ab77763))

## [2.3.1](https://github.com/omermorad/nestjs-pact/compare/v2.3.0...v2.3.1) (2023-07-10)


Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-pact",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"description": "Injectable Pact.js Consumer/Producer for NestJS",
"keywords": [
Expand Down Expand Up @@ -102,5 +102,6 @@
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}

0 comments on commit 7aa9175

Please sign in to comment.