Skip to content

Commit

Permalink
Update version to 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tibetsprague committed Jan 13, 2021
1 parent 70aae72 commit 10ae52f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.5] - 2021-01-12
### Added
- URL is not required for affiliations
- Docker environment setup option and instructions

## [1.4.4]
### Added
- Add eventsAttending to the User model and Person type
- Add migration to create user_affiliations table, model for Affiliation, and mutation resolvers to createAffiliation and deleteAffiliation
- Add user_affiliations table, model for Affiliation, and mutation resolvers to createAffiliation and deleteAffiliation

## [1.4.3]
### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hylo-node",
"private": true,
"version": "1.4.4",
"version": "1.4.5",
"engines": {
"node": "^12",
"yarn": "^1.2.1"
Expand Down

0 comments on commit 10ae52f

Please sign in to comment.