Skip to content

Commit

Permalink
chore(release): 0.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.11.0](v0.10.0...v0.11.0) (2024-08-11)

### Features

* **readme:** Updated doc to trigger new release ([69e036f](69e036f))
  • Loading branch information
semantic-release-bot committed Aug 11, 2024
1 parent 69e036f commit 7b79a54
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.11.0](https://github.com/thomaswinkler/cumulocity-cypress/compare/v0.10.0...v0.11.0) (2024-08-11)


### Features

* **readme:** Updated doc to trigger new release ([69e036f](https://github.com/thomaswinkler/cumulocity-cypress/commit/69e036fcf22d53020fb83d2902463a7f87ac52ca))

# [0.10.0](https://github.com/thomaswinkler/cumulocity-cypress/compare/v0.9.0...v0.10.0) (2024-08-11)


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.10.0",
"version": "0.11.0",
"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.10.0",
"version": "0.11.0",
"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 7b79a54

Please sign in to comment.