Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl committed Jul 10, 2024
1 parent 72506ce commit b9c1489
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.2.0 (IN PROGRESS)

### Features / Enhancements

- Updated E2E tests to use Docker (#80)

## 4.1.0 (2024-06-07)

### Features / Enhancements
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
"stop": "docker compose down",
"test": "jest --watch --onlyChanged",
"test:e2e": "npx playwright test",
"test:e2e:docker": "docker compose --profile e2e up",
"test:e2e:docker": "docker compose --profile e2e up --exit-code-from test",
"test:ci": "jest --maxWorkers 4 --coverage",
"upgrade": "npm upgrade --save"
},
"version": "4.1.0"
"version": "4.2.0"
}

0 comments on commit b9c1489

Please sign in to comment.