diff --git a/CHANGELOG.md b/CHANGELOG.md index 7509255a..35099890 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## 13.18.0 (2023-05-27) + + +### Features + +* Prebuild pact_ffi pact.node + publish in npm pkg - (win-32|linux|darwin)-x64 (linux|darwin)-arm64 ([2cd224d](https://github.com/pact-foundation/pact-js-core/commit/2cd224dbbb49b06ab98f4e1e05d38aa45b497d16)) + ## [13.13.8](https://github.com/pact-foundation/pact-js-core/compare/v13.13.7...v13.13.8) (2023-04-24) diff --git a/package-lock.json b/package-lock.json index 14c6daab..d6938f7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@you54f/pact-core", - "version": "13.17.0", + "version": "13.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@you54f/pact-core", - "version": "13.17.0", + "version": "13.18.0", "cpu": [ "x64", "ia32", diff --git a/package.json b/package.json index 045861e1..50a0deae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@you54f/pact-core", - "version": "13.17.0", + "version": "13.18.0", "description": "Core of @pact-foundation/pact. You almost certainly don't want to depend on this directly.", "main": "src/index.js", "homepage": "https://github.com/pact-foundation/pact-js-core#readme",