diff --git a/CHANGELOG.md b/CHANGELOG.md index 4954257..3e6054e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.9.13](https://github.com/thomaswinkler/cumulocity-cypress/compare/v0.9.12...v0.9.13) (2024-08-12) + + +### Bug Fixes + +* **release:** Testing tag again ([978ffb2](https://github.com/thomaswinkler/cumulocity-cypress/commit/978ffb285bb39868bec1289a6acf9b3472ceee60)) + ## [0.9.12](https://github.com/thomaswinkler/cumulocity-cypress/compare/v0.9.11...v0.9.12) (2024-08-12) diff --git a/package.json b/package.json index 6a51c5a..a7abc67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cumulocity-cypress-test", - "version": "0.9.12", + "version": "0.9.13", "description": "Cypress commands for Cumulocity IoT", "scripts": { "start-server": "cross-env NODE_NO_WARNINGS=1 npx tsx test/backend/test-server.ts", diff --git a/packages/pactrunner/package.json b/packages/pactrunner/package.json index 61728f8..d0d9fbd 100755 --- a/packages/pactrunner/package.json +++ b/packages/pactrunner/package.json @@ -1,7 +1,7 @@ { "name": "cumulocity-cypress-pactrunner", "description": "Cypress runner for Cumulocity pact recordings", - "version": "0.9.12", + "version": "0.9.13", "scripts": { "cypress": "cypress run --config-file cypress.config.js --spec cypress/e2e/pact-runner.cy.ts", "cypress:open": "cypress open",