Skip to content

Commit

Permalink
ci: readme badges and version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
SalmonMode committed Oct 15, 2023
1 parent 3bb7a72 commit c909812
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![codecov](https://codecov.io/gh/SalmonMode/JsPCOM/branch/main/graph/badge.svg?token=E28MMT0TC6)](https://codecov.io/gh/SalmonMode/JsPCOM)
[![Build](https://github.com/SalmonMode/JsPCOM/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/SalmonMode/JsPCOM/actions/workflows/npm-publish.yml)
[![Package status](https://img.shields.io/npm/v/JsPCOM.svg)](https://www.npmjs.com/package/JsPCOM)
[![License](https://img.shields.io/npm/l/JsPCOM.svg)](https://opensource.org/licenses/MIT)
[![Package status](https://img.shields.io/npm/v/JsPCOM.svg)](https://www.npmjs.com/package/jspcom)
[![License](https://img.shields.io/npm/l/jspcom.svg)](https://opensource.org/licenses/MIT)

JsPCOM is page component object framework for TypeScript and JavaScript based around Selenium.

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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jspcom",
"version": "5.0.2",
"version": "5.0.3",
"description": "TypeScript and JavaScript page component object framework for Selenium",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit c909812

Please sign in to comment.