Skip to content

Commit

Permalink
chore(release): 17.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jan 27, 2025
1 parent 04a2f51 commit b03e0ce
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [17.0.1](https://github.com/you54f/pact-js-core/compare/v17.0.0...v17.0.1) (2025-01-27)


### Fixes and Improvements

* ignore prebuilds from main npm package ([04a2f51](https://github.com/you54f/pact-js-core/commit/04a2f5194a0b3697048937e2737415bd69c7e2b5))

## [17.0.0](https://github.com/you54f/pact-js-core/compare/v13.13.6...v17.0.0) (2025-01-24)


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.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@you54f/pact-core",
"version": "17.0.0",
"version": "17.0.1",
"description": "Core of @you54f/pact. You almost certainly don't want to depend on this directly.",
"main": "src/index.js",
"homepage": "https://github.com/you54f/pact-js-core#readme",
Expand Down Expand Up @@ -43,13 +43,13 @@
"access": "public"
},
"optionalDependencies": {
"@you54f/pact-core-darwin-arm64": "17.0.0",
"@you54f/pact-core-darwin-x64": "17.0.0",
"@you54f/pact-core-linux-arm64-glibc": "17.0.0",
"@you54f/pact-core-linux-arm64-musl": "17.0.0",
"@you54f/pact-core-linux-x64-glibc": "17.0.0",
"@you54f/pact-core-linux-x64-musl": "17.0.0",
"@you54f/pact-core-windows-x64": "17.0.0"
"@you54f/pact-core-darwin-arm64": "17.0.1",
"@you54f/pact-core-darwin-x64": "17.0.1",
"@you54f/pact-core-linux-arm64-glibc": "17.0.1",
"@you54f/pact-core-linux-arm64-musl": "17.0.1",
"@you54f/pact-core-linux-x64-glibc": "17.0.1",
"@you54f/pact-core-linux-x64-musl": "17.0.1",
"@you54f/pact-core-windows-x64": "17.0.1"
},
"dependencies": {
"check-types": "7.4.0",
Expand Down

0 comments on commit b03e0ce

Please sign in to comment.