Skip to content

Commit a73f4f7

Browse files
committed
chore(release): 16.0.0
1 parent be30ebc commit a73f4f7

File tree

3 files changed

+27
-10
lines changed

3 files changed

+27
-10
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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+
## [16.0.0](https://github.com/pact-foundation/pact-js-core/compare/v15.2.1...v16.0.0) (2025-02-17)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* build platform/arch specific npm packages
11+
12+
### Features
13+
14+
* build platform/arch specific npm packages ([809775e](https://github.com/pact-foundation/pact-js-core/commit/809775e01e937e0b20a3305076f72c85dec8b674))
15+
16+
17+
### Fixes and Improvements
18+
19+
* **deps:** update dependency check-types to v7.4.0 ([30ff204](https://github.com/pact-foundation/pact-js-core/commit/30ff204ea4988ecef56ebef223880e3e44abd7c7))
20+
* **deps:** update dependency underscore to v1.13.7 ([921f692](https://github.com/pact-foundation/pact-js-core/commit/921f6926955c74c45b33168da3aeb66c1b673ccd))
21+
522
## [15.2.1](https://github.com/pact-foundation/pact-js-core/compare/v15.2.0...v15.2.1) (2024-09-06)
623

724

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pact-foundation/pact-core",
3-
"version": "15.2.1",
3+
"version": "16.0.0",
44
"description": "Core of @pact-foundation/pact. You almost certainly don't want to depend on this directly.",
55
"main": "src/index.js",
66
"homepage": "https://github.com/pact-foundation/pact-js-core#readme",
@@ -163,12 +163,12 @@
163163
},
164164
"snyk": true,
165165
"optionalDependencies": {
166-
"@pact-foundation/pact-core-darwin-arm64": "15.2.1",
167-
"@pact-foundation/pact-core-darwin-x64": "15.2.1",
168-
"@pact-foundation/pact-core-linux-arm64-glibc": "15.2.1",
169-
"@pact-foundation/pact-core-linux-arm64-musl": "15.2.1",
170-
"@pact-foundation/pact-core-linux-x64-glibc": "15.2.1",
171-
"@pact-foundation/pact-core-linux-x64-musl": "15.2.1",
172-
"@pact-foundation/pact-core-windows-x64": "15.2.1"
166+
"@pact-foundation/pact-core-darwin-arm64": "16.0.0",
167+
"@pact-foundation/pact-core-darwin-x64": "16.0.0",
168+
"@pact-foundation/pact-core-linux-arm64-glibc": "16.0.0",
169+
"@pact-foundation/pact-core-linux-arm64-musl": "16.0.0",
170+
"@pact-foundation/pact-core-linux-x64-glibc": "16.0.0",
171+
"@pact-foundation/pact-core-linux-x64-musl": "16.0.0",
172+
"@pact-foundation/pact-core-windows-x64": "16.0.0"
173173
}
174174
}

0 commit comments

Comments
 (0)