Skip to content

Commit 7aa9175

Browse files
chore(release): 2.3.2 [skip ci]
## [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))
1 parent 7ca2136 commit 7aa9175

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.3.2](https://github.com/omermorad/nestjs-pact/compare/v2.3.1...v2.3.2) (2024-11-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
18
## [2.3.1](https://github.com/omermorad/nestjs-pact/compare/v2.3.0...v2.3.1) (2023-07-10)
29

310

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-pact",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"license": "MIT",
55
"description": "Injectable Pact.js Consumer/Producer for NestJS",
66
"keywords": [
@@ -102,5 +102,6 @@
102102
"commitizen": {
103103
"path": "./node_modules/cz-conventional-changelog"
104104
}
105-
}
105+
},
106+
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
106107
}

0 commit comments

Comments
 (0)