Skip to content

Commit

Permalink
chore(release): 10.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jan 23, 2023
1 parent 423615c commit e83847e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
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.

### [10.4.1](https://github.com/pact-foundation/pact-js/compare/v10.4.0...v10.4.1) (2023-01-23)


### Fixes and Improvements

* accept multiple values for headers in V2 interface. Fixes [#1031](https://github.com/pact-foundation/pact-js/issues/1031) ([229aadd](https://github.com/pact-foundation/pact-js/commit/229aadd2e54a0750db1fe95ed6d17d39919f1c26))
* disabled HTTP tracer as it causes the node process to hang ([7de96ca](https://github.com/pact-foundation/pact-js/commit/7de96ca1bb76933a5e2e650a609e2da2a79876d8))
* update to latest pact-core 13.13.2 ([671891b](https://github.com/pact-foundation/pact-js/commit/671891bb5faa432d280cac5bff968511bec4b26a))

## [10.4.0](https://github.com/pact-foundation/pact-js/compare/v10.3.1...v10.4.0) (2022-12-09)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pact-foundation/pact",
"version": "10.4.0",
"version": "10.4.1",
"description": "Pact for all things Javascript",
"main": "./src/index.js",
"types": "./src/index.d.ts",
Expand Down

0 comments on commit e83847e

Please sign in to comment.