Skip to content

Commit

Permalink
chore(release): v4.0.0-beta.15 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 13, 2021
1 parent ffaf007 commit 9342793
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.0.0-beta.15](https://github.com/reactioncommerce/reaction-admin/compare/v4.0.0-beta.14...v4.0.0-beta.15) (2021-12-13)


### Bug Fixes

* remove npm-check to not introduce vulnerability ([bac11fa](https://github.com/reactioncommerce/reaction-admin/commit/bac11fab8ad8573887a421c92df9fce8f14c16d7))
* remove npm-check to not introduce vulnerability ([7f13ab2](https://github.com/reactioncommerce/reaction-admin/commit/7f13ab21ea4a0538c4adc3ea9d263496ef9500a5))


### Features

* respect .env files ([ec4f0f5](https://github.com/reactioncommerce/reaction-admin/commit/ec4f0f524c44e38d9fde515775a82b3f575ab8b7))

# [4.0.0-beta.14](https://github.com/reactioncommerce/reaction-admin/compare/v4.0.0-beta.13...v4.0.0-beta.14) (2021-11-24)


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:
reaction-admin:
image: reactioncommerce/admin:4.0.0-beta.14
image: reactioncommerce/admin:4.0.0-beta.15
env_file:
- ./.env
networks:
Expand Down
2 changes: 1 addition & 1 deletion 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,7 +1,7 @@
{
"name": "reaction-admin",
"description": "Admin interface to manage Mailchimp Open Commerce Stores",
"version": "4.0.0-beta.14",
"version": "4.0.0-beta.15",
"main": "main.js",
"release": {
"branches": [
Expand Down

0 comments on commit 9342793

Please sign in to comment.