Skip to content

Commit

Permalink
Merge branch 'release/4.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
allohamora committed Dec 2, 2022
2 parents c9e13c9 + 7da9c8c commit f643d6c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [4.2.1](https://github.com/allohamora/chepi-back/compare/v4.2.0...v4.2.1) (2022-12-02)

### Features

- update README ([402b507](https://github.com/allohamora/chepi-back/commits/402b5072b66ac210f5b7710463665af3d7ff52a3))

## [4.2.0](https://github.com/allohamora/chepi-back/compare/v4.1.0...v4.2.0) (2022-12-01)

### Features
Expand Down
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ back-end for chepi
# development
npm run start

# watch mode
# development in watch mode
npm run start:dev

# production mode
# production
npm run start:prod

# dependencies
# start services
docker-compose up

# in docker with dependencies
# start services and chepi-back back-end in production mode
docker-compose --profile production up
```

Expand All @@ -51,11 +51,8 @@ docker-compose --profile production up
# unit tests
npm run test

# libs unit tests
npm run test:libs

# e2e tests
npm run test:e2e
# unit tests in watch mode
npm run test:watch

# test coverage
npm run test:cov
Expand All @@ -64,7 +61,7 @@ npm run test:cov
## Pizzas

```bash
# pizzas docker-compose npm run wrapper
# pizzas docker-compose
npm run pizzas:docker-compose (up | down | etc)

# run pizzas.json build script
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chepi-back",
"version": "4.2.0",
"version": "4.2.1",
"description": "back-end for chepi",
"author": "https://github.com/allohamora",
"license": "MIT",
Expand Down

0 comments on commit f643d6c

Please sign in to comment.