Skip to content

Commit c3afdfa

Browse files
committed
chore(release): 12.5.0
1 parent cf920a2 commit c3afdfa

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [12.5.0](https://github.com/pact-foundation/pact-js/compare/v12.4.0...v12.5.0) (2024-04-26)
6+
7+
8+
### Features
9+
10+
* support matching numbers, bool in query strings ([d2237bd](https://github.com/pact-foundation/pact-js/commit/d2237bd633ee17be8c3e80931fed429af9bf8256))
11+
12+
13+
### Fixes and Improvements
14+
15+
* broken `eachLike` V3 documentation. ([68e5013](https://github.com/pact-foundation/pact-js/commit/68e50136abaf1f1522c7be19bc005d6655eb7d43))
16+
* package.json & package-lock.json to reduce vulnerabilities ([7c2e119](https://github.com/pact-foundation/pact-js/commit/7c2e11991b7c73d71736b785b17b4e04a2655503))
17+
* update to latest pact-core 14.3.4 ([1b56a73](https://github.com/pact-foundation/pact-js/commit/1b56a7317c657ad2f89ed037532b84a58681e0e6))
18+
* updated deprecated `eachLike` V3 description. ([1e7b7ae](https://github.com/pact-foundation/pact-js/commit/1e7b7ae366e8e4dcccb2fcd048526021bba7a853))
19+
520
## [12.4.0](https://github.com/pact-foundation/pact-js/compare/v12.3.1...v12.4.0) (2024-03-25)
621

722

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pact-foundation/pact",
3-
"version": "12.4.0",
3+
"version": "12.5.0",
44
"description": "Pact for all things Javascript",
55
"main": "./src/index.js",
66
"types": "./src/index.d.ts",

0 commit comments

Comments
 (0)