Skip to content

Commit

Permalink
chore(release): 6.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Mar 31, 2018
1 parent ea70746 commit ba8c0a9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.

<a name="6.0.0-alpha.0"></a>
# [6.0.0-alpha.0](https://github.com/pact-foundation/pact-js/compare/v5.9.0...v6.0.0-alpha.0) (2018-03-31)


### Features

* **messages:** initial WIP for message pacts ([fd3526e](https://github.com/pact-foundation/pact-js/commit/fd3526e))



<a name="5.9.0"></a>
# [5.9.0](https://github.com/pact-foundation/pact-js/compare/v5.8.0...v5.9.0) (2018-03-27)

Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pact-foundation/pact",
"version": "6.0.0",
"version": "6.0.0-alpha.0",
"description": "Pact for all things Javascript",
"main": "./pact.js",
"types": "./pact.d.ts",
Expand All @@ -16,7 +16,7 @@
"postdist": "npm t",
"posttest": "npm run test:karma",
"predist": "npm run clean && npm run lint && npm run jscpd",
"release": "standard-version --prerelease alpha",
"release": "standard-version --prerelease alpha --release-as patch",
"test": "nyc --check-coverage --reporter=html --reporter=text-summary mocha",
"test:examples": "npm run test:e2e-examples && npm run test:jest-examples && npm run test:mocha-examples && npm run test:ava-examples && npm run test:ts-examples && npm run test:message-examples",
"test:e2e-examples": "cd examples/e2e && npm i && npm t",
Expand Down Expand Up @@ -48,7 +48,8 @@
"consumer driven testing"
],
"author": "Matt Fellows <m@onegeek.com.au> (http://twitter.com/matthewfellows)",
"contributors": [{
"contributors": [
{
"name": "Tarcio Saraiva",
"email": "tarcio@gmail.com",
"url": "http://twitter.com/tarciosaraiva"
Expand Down

0 comments on commit ba8c0a9

Please sign in to comment.