diff --git a/README.md b/README.md index 5d7e16d..7e9af67 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # jest-editor-support -[![Build Status](https://travis-ci.com/jest-community/jest-editor-support.svg?branch=master)](https://travis-ci.com/jest-community/jest-editor-support) [![Coverage Status](https://coveralls.io/repos/github/jest-community/jest-editor-support/badge.svg?branch=master)](https://coveralls.io/github/jest-community/jest-editor-support?branch=master) [![npm version](https://badge.fury.io/js/jest-editor-support.svg)](https://badge.fury.io/js/jest-editor-support) +[![Build Status](https://github.com/jest-community/jest-editor-support/actions/workflows/node-ci.yml/badge.svg)](https://github.com/jest-community/jest-editor-support/actions) [![Coverage Status](https://coveralls.io/repos/github/jest-community/jest-editor-support/badge.svg?branch=master)](https://coveralls.io/github/jest-community/jest-editor-support?branch=master) [![npm version](https://badge.fury.io/js/jest-editor-support.svg)](https://badge.fury.io/js/jest-editor-support) The engine that allows editors to build on top of Jest. diff --git a/package.json b/package.json index fd34a52..294e17c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-editor-support", - "version": "31.0.1", + "version": "31.1.0", "repository": { "type": "git", "url": "https://github.com/jest-community/jest-editor-support"