Skip to content

Commit

Permalink
chore(release): v4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 25, 2021
1 parent 74ce73c commit 0c835bf
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [4.0.0](https://github.com/reactioncommerce/reaction/compare/v3.13.4...v4.0.0) (2021-08-25)


### Bug Fixes

* config file has new version ([d0b4bec](https://github.com/reactioncommerce/reaction/commit/d0b4becd6d74e031bd4172a699b686c8d15e12b1))
* updating plugin versions ([a51e782](https://github.com/reactioncommerce/reaction/commit/a51e782a055a632857890ee67eaa733f06a4303b))


### Features

* using account-js for auth ([5163324](https://github.com/reactioncommerce/reaction/commit/51633240ead9206aa955845ca7093271dc7c2aee))


### BREAKING CHANGES

* hydra and idenity are no longer shipped by default

Signed-off-by: Akarshit Wal <[email protected]>

## [3.13.4](https://github.com/reactioncommerce/reaction/compare/v3.13.3...v3.13.4) (2021-08-23)


Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ networks:

services:
api:
image: reactioncommerce/reaction:3.13.4
image: reactioncommerce/reaction:4.0.0
depends_on:
- mongo
env_file:
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": "reaction-api",
"version": "3.13.4",
"version": "4.0.0",
"description": "Reaction is a modern reactive, real-time event driven ecommerce platform.",
"main": "./src/index.js",
"type": "module",
Expand Down

0 comments on commit 0c835bf

Please sign in to comment.