Skip to content

Commit

Permalink
Version 5.5.5 - Purpose field
Browse files Browse the repository at this point in the history
  • Loading branch information
tibetsprague committed Sep 23, 2023
1 parent a67a1b1 commit 7558339
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [5.5.5] - 2023-09-23

### Added
- Purpose field for groups. This is a free form text field that can be used to describe the group's purpose, mission, vision, etc.

## [5.5.4] - 2023-09-19

### Added
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Tibet Sprague <tibet@hylo.com>",
"license": "GNU AFFERO GENERAL PUBLIC LICENSE v3",
"private": true,
"version": "5.5.4",
"version": "5.5.5",
"repository": {
"type": "git",
"url": "git://github.com/Hylozoic/hylo-node.git"
Expand Down Expand Up @@ -184,6 +184,7 @@
"Activity",
"Admin",
"Aggregate",
"Agreement",
"Analytics",
"AssetManagement",
"BlockedUser",
Expand All @@ -203,6 +204,7 @@
"Frontend",
"FullTextSearch",
"Group",
"GroupAgreement",
"GroupExtension",
"GroupMembership",
"GroupQuestion",
Expand Down Expand Up @@ -241,6 +243,8 @@
"User",
"UserConnection",
"UserExternalData",
"UserGroupAgreement",
"UserExternalData",
"UserSession",
"UserVerificationCode",
"Validation",
Expand Down

0 comments on commit 7558339

Please sign in to comment.