Skip to content

Commit

Permalink
Merge pull request #44 from frlp-utn-ingsoft/dev
Browse files Browse the repository at this point in the history
v1.3.1
  • Loading branch information
RodrigoJacznik authored Jun 5, 2023
2 parents 53d65b6 + 6197f6f commit 6234659
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.3.1] 05-06-2023

### Added

- Dependencia cross-env para correr tests e2e

### Fixed

- Problema al correr tests e2e en Windows

## [1.3.0] 05-06-2023

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ReCalc v1.3.0
# ReCalc v1.3.1

Calculadora con funciones simples.

Expand Down
23 changes: 21 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "src",
"version": "1.3.0",
"version": "1.3.1",
"description": "",
"main": "src/cli.js",
"scripts": {
"test": "jest",
"test:e2e": "NODE_ENV=test playwright test ui.test",
"test:e2e": "cross-env NODE_ENV=test playwright test ui.test",
"lint": "eslint",
"dev": "nodemon src/server.js",
"start": "node src/server.js",
Expand All @@ -27,6 +27,7 @@
"@babel/preset-env": "^7.21.4",
"@playwright/test": "^1.34.3",
"babel-jest": "^29.5.0",
"cross-env": "^7.0.3",
"eslint": "^8.42.0",
"jest": "^29.5.0",
"nodemon": "^2.0.22"
Expand Down

0 comments on commit 6234659

Please sign in to comment.