diff --git a/CHANGELOG.md b/CHANGELOG.md index f294072..a1b7f08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### v3.1.0 (2021-10-20) + +#### 🏡 Internal + +* [#61](https://github.com/testiumjs/testium-core/pull/61) support "processes" to handle extra procs ([@dbushong](https://github.com/dbushong)) + + ### v3.0.7 (2021-10-19) #### 🏡 Internal diff --git a/README.md b/README.md index e9cdd26..cac2ab3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![nlm-chat](https://img.shields.io/badge/chat-http%3A%2F%2Fsignup.testiumjs.com%2F-F4D03F?logo=chat&logoColor=white)](http://signup.testiumjs.com/) [![nlm-github](https://img.shields.io/badge/github-testiumjs%2Ftestium--core%2Fissues-F4D03F?logo=github&logoColor=white)](https://github.com/testiumjs/testium-core/issues) ![nlm-node](https://img.shields.io/badge/node-%3E%3D10.13-blue?logo=node.js&logoColor=white) -![nlm-version](https://img.shields.io/badge/version-3.0.7-blue?logo=version&logoColor=white) +![nlm-version](https://img.shields.io/badge/version-3.1.0-blue?logo=version&logoColor=white) # Testium: Core [![Build Status](https://travis-ci.org/testiumjs/testium-core.svg?branch=main)](https://travis-ci.org/testiumjs/testium-core) Juggling the bits and pieces to run integration tests. diff --git a/package-lock.json b/package-lock.json index 21d3bea..84c23e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testium-core", - "version": "3.0.7", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testium-core", - "version": "3.0.7", + "version": "3.1.0", "license": "BSD-3-Clause", "dependencies": { "async": "^3.2.0", diff --git a/package.json b/package.json index 3168318..a269546 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testium-core", - "version": "3.0.7", + "version": "3.1.0", "description": "Juggling the bits and pieces to run integration tests", "license": "BSD-3-Clause", "main": "lib/testium-core.js",