Skip to content

Commit 28ebb5f

Browse files
committed
v3.2.0
1 parent 1a4f1d6 commit 28ebb5f

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### v3.2.0 (2021-11-20)
2+
<a id="v3.2.0"></a>
3+
#### 🏡 Internal
4+
5+
* [#63](https://github.com/testiumjs/testium-core/pull/63) parse package.json "start" env vars correctly ([@dbushong](https://github.com/dbushong))
6+
7+
18
### v3.1.1 (2021-10-26)
29
<a id="v3.1.1"></a>
310
#### 🏡 Internal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![nlm-chat](https://img.shields.io/badge/chat-http%3A%2F%2Fsignup.testiumjs.com%2F-F4D03F?logo=chat&logoColor=white)](http://signup.testiumjs.com/)
22
[![nlm-github](https://img.shields.io/badge/github-testiumjs%2Ftestium--core%2Fissues-F4D03F?logo=github&logoColor=white)](https://github.com/testiumjs/testium-core/issues)
33
![nlm-node](https://img.shields.io/badge/node-%3E%3D10.13-blue?logo=node.js&logoColor=white)
4-
![nlm-version](https://img.shields.io/badge/version-3.1.1-blue?logo=version&logoColor=white)
4+
![nlm-version](https://img.shields.io/badge/version-3.2.0-blue?logo=version&logoColor=white)
55
# Testium: Core [![Build Status](https://travis-ci.org/testiumjs/testium-core.svg?branch=main)](https://travis-ci.org/testiumjs/testium-core)
66

77
Juggling the bits and pieces to run integration tests.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testium-core",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
44
"description": "Juggling the bits and pieces to run integration tests",
55
"license": "BSD-3-Clause",
66
"main": "lib/testium-core.js",

0 commit comments

Comments
 (0)