diff --git a/CHANGELOG.md b/CHANGELOG.md index 6faab54..64c65dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 23.0.1 + +- Fix AppVeyor build badge + ## 23.0.0 ### Breaking diff --git a/README.md b/README.md index 6ce2cc3..323f4c7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) -[![Build](https://github.com/paed01/bpmn-engine/actions/workflows/build.yaml/badge.svg)](https://github.com/paed01/bpmn-engine/actions/workflows/build.yaml)[![Build status](https://ci.appveyor.com/api/projects/status/670n39fivq1g3nu5?svg=true)](https://ci.appveyor.com/project/paed01/bpmn-engine)[![Coverage Status](https://coveralls.io/repos/github/paed01/bpmn-engine/badge.svg?branch=master)](https://coveralls.io/github/paed01/bpmn-engine?branch=master) +[![Build](https://github.com/paed01/bpmn-engine/actions/workflows/build.yaml/badge.svg)](https://github.com/paed01/bpmn-engine/actions/workflows/build.yaml)[![Build status](https://ci.appveyor.com/api/projects/status/670n39fivq1g3nu5/branch/master?svg=true)](https://ci.appveyor.com/project/paed01/bpmn-engine/branch/master)[![Coverage Status](https://coveralls.io/repos/github/paed01/bpmn-engine/badge.svg?branch=master)](https://coveralls.io/github/paed01/bpmn-engine?branch=master) # Introduction diff --git a/docs/API.md b/docs/API.md index b4f506c..6a045fe 100644 --- a/docs/API.md +++ b/docs/API.md @@ -1,6 +1,6 @@ -# 23.0.0 API Reference +# 23.0.1 API Reference diff --git a/package.json b/package.json index 9059f6f..8d0578c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bpmn-engine", "description": "BPMN 2.0 execution engine. Open source javascript workflow engine.", - "version": "23.0.0", + "version": "23.0.1", "type": "module", "module": "./src/index.js", "main": "./lib/index.cjs",