Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #43 from reactioncommerce/release-next-v3.3.0
Browse files Browse the repository at this point in the history
release v3.3.0
  • Loading branch information
kieckhafer authored Oct 5, 2020
2 parents d3ffca9 + c3f3411 commit 55642c3
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# v3.3.0

This release of `reaction-identity` is designed to work with v3.x of the Reaction API.

### Chores

- chore(deps): Bump bcrypt from 3.0.7 to 5.0.0 ([#37](https://github.com/reactioncommerce/reaction-identity/pull/37))
- chore(deps): Bump node-fetch from 2.6.0 to 2.6.1 ([#41](https://github.com/reactioncommerce/reaction-identity/pull/41))
- chore(deps): Bump bl from 2.2.0 to 2.2.1 ([#40](https://github.com/reactioncommerce/reaction-identity/pull/40))
- chore: update to Meteor 1.11.1 ([#42](https://github.com/reactioncommerce/reaction-identity/pull/42))

## Contributors

Thanks to @loan-laux for contributing to this release! 🎉

# v3.2.0

This release of `reaction-identity` is designed to work with v3.x of the Reaction API.
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:
identity:
image: reactioncommerce/identity:3.2.0
image: reactioncommerce/identity:3.3.0
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-identity",
"description": "A server providing identity services for Reaction Commerce using Meteor's Accounts packages",
"version": "3.2.0",
"version": "3.3.0",
"homepage": "https://github.com/reactioncommerce/reaction-identity",
"url": "https://github.com/reactioncommerce/reaction-identity",
"repository": {
Expand Down

0 comments on commit 55642c3

Please sign in to comment.