Skip to content

Commit

Permalink
feat: release 3.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Kieckhafer <ek@ato.la>
  • Loading branch information
kieckhafer committed May 22, 2020
1 parent 2441bcf commit 4f18491
Show file tree
Hide file tree
Showing 4 changed files with 1,985 additions and 1,156 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
# v3.8.0

Reaction v3.8.0 adds minor features and performance enhancements, and contains no breaking changes since v3.7.1

## Notable changes

### Add package link and unlink scripts for easier testing of plugins

`bin/package-link` and `bin/package-unlink` allow you to test local plugins easily and efficiently, no longer needing you to `npm link` packages or adjust your `docker-compose.yml` file.

## Chore

- chore: add package link and unlink scripts ([#6238](https://github.com/reactioncommerce/reaction/pull/6238))

# v3.7.1

Reaction v3.7.1 adds a bug fix and contains no breaking changes since v3.7.0
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -13,7 +13,7 @@ networks:

services:
api:
image: reactioncommerce/reaction:3.7.1
image: reactioncommerce/reaction:3.8.0
depends_on:
- mongo
env_file:
Expand Down

0 comments on commit 4f18491

Please sign in to comment.