Skip to content

Commit

Permalink
Merge pull request #53 from janjaali/1.8.3
Browse files Browse the repository at this point in the history
Release version `1.8.3`.
  • Loading branch information
janjaali authored Apr 10, 2023
2 parents 99a33eb + 852f475 commit 8fe71d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ SendGrid-Mock serves as a simple server mocking the sendgrid-apis for developmen
The SendGrid-Mock server and the UI are both contained in the same docker-image which you can pull from [Docker Hub](https://cloud.docker.com/u/ghashange/repository/docker/ghashange/sendgrid-mock) and start it via:

```shell
docker run -it -p 3000:3000 -e "API_KEY=sendgrid-api-key" ghashange/sendgrid-mock:1.8.2
docker run -it -p 3000:3000 -e "API_KEY=sendgrid-api-key" ghashange/sendgrid-mock:1.8.3
```

Some prepared HTTP calls can be found [here](./http-calls).
Expand All @@ -58,7 +58,7 @@ The UI can be accessed at <http://localhost:3000>.
SendGrid-Mock also supports SSL using [Let's Encrypt](https://letsencrypt.org/). To enable SSL, run it as follows:

```shell
docker run -it -p 3000:3000 -e "API_KEY=sendgrid-api-key" -e "CERT_DOMAINNAMES=[your-domain-name]" -e "CERT_EMAIL=[your-email-address]" ghashange/sendgrid-mock:1.8.2
docker run -it -p 3000:3000 -e "API_KEY=sendgrid-api-key" -e "CERT_DOMAINNAMES=[your-domain-name]" -e "CERT_EMAIL=[your-email-address]" ghashange/sendgrid-mock:1.8.3
```

## Development
Expand All @@ -71,7 +71,7 @@ The UI can be accessed at <http://localhost:3000>.

### Build

Create docker image with `docker build -t ghashange/sendgrid-mock:1.8.2 .`.
Create docker image with `docker build -t ghashange/sendgrid-mock:1.8.3 .`.

### Release

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": "sendgrid-mock",
"version": "1.8.2",
"version": "1.8.3",
"description": "SendGrid API mock",
"engines": {
"node": ">=16",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.2
1.8.3

0 comments on commit 8fe71d6

Please sign in to comment.