Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Jul 19, 2021
1 parent 876e924 commit a1dcef7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### v2.4.0 (2021-07-19)
<a id="v2.4.0"></a>
#### 🏡 Internal

* [#21](https://github.com/testiumjs/testium-example-app/pull/21) add pwa test page ([@aotarola](https://github.com/aotarola))


### v2.3.0 (2021-07-19)
<a id="v2.3.0"></a>
#### 🏡 Internal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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--example--app%2Fissues-F4D03F?logo=github&logoColor=white)](https://github.com/testiumjs/testium-example-app/issues)
![nlm-node](https://img.shields.io/badge/node-%3E%3D8.3.0-blue?logo=node.js&logoColor=white)
![nlm-version](https://img.shields.io/badge/version-2.3.0-blue?logo=version&logoColor=white)
![nlm-node](https://img.shields.io/badge/node-%3E%3D12-blue?logo=node.js&logoColor=white)
![nlm-version](https://img.shields.io/badge/version-2.4.0-blue?logo=version&logoColor=white)
# Testium Example App

This application is used to test testium itself.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testium-example-app",
"version": "2.3.0",
"version": "2.4.0",
"description": "Used to test testium itself",
"license": "BSD-3-Clause",
"main": "server.js",
Expand Down Expand Up @@ -51,4 +51,4 @@
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}
}

0 comments on commit a1dcef7

Please sign in to comment.