Skip to content

Commit

Permalink
chore(release): 0.9.13 [skip ci]
Browse files Browse the repository at this point in the history
## [0.9.13](v0.9.12...v0.9.13) (2024-08-12)

### Bug Fixes

* **release:** Testing tag again ([978ffb2](978ffb2))
  • Loading branch information
semantic-release-bot committed Aug 12, 2024
1 parent 978ffb2 commit 40770d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/pactrunner/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 40770d7

Please sign in to comment.