Skip to content

Commit

Permalink
Update CHANGELOG and version to 5.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tibetsprague committed Feb 6, 2023
1 parent 67a121c commit ed448f7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [5.3.2] - 2023-02-05

### Changed
- Tweak fields sent to zapier triggers for users/members

### Fixed
- Fix oAuth authorization code flow

## [5.3.1] - 2023-02-01

### Fixed
Expand Down
1 change: 0 additions & 1 deletion api/models/post/updatePost.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ describe('afterUpdatingPost', () => {

const followers = await post.followers().fetch()

console.log('!!! followers', followers)
expect(followers.pluck('id').sort()).to.deep.equal([u1.id, u2.id].sort())
})

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Tibet Sprague <[email protected]>",
"license": "GNU AFFERO GENERAL PUBLIC LICENSE v3",
"private": true,
"version": "5.3.1",
"version": "5.3.2",
"repository": {
"type": "git",
"url": "git://github.com/Hylozoic/hylo-node.git"
Expand Down

0 comments on commit ed448f7

Please sign in to comment.