Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Hylozoic/hylo-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 43d4ef35741309dd3b114e98e616c12867bc98b8
Choose a base ref
..
head repository: Hylozoic/hylo-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 325d8e8577511d8cbf4ab0198bfc308643b25e5d
Choose a head ref
Showing with 10 additions and 1 deletion.
  1. +9 −0 CHANGELOG.md
  2. +1 −1 package.json
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [5.3.5] - 2023-02-26

### Added
- Zapier trigger when new posts are created

### Changed
- Zapier triggers can now be setup to track (work with) more than one group at a time
- Send more data with all zapier triggers, like group URLs and profile URLs

## [5.3.4] - 2023-02-14

### Changed
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
"author": "Tibet Sprague <tibet@hylo.com>",
"license": "GNU AFFERO GENERAL PUBLIC LICENSE v3",
"private": true,
"version": "5.3.4",
"version": "5.3.5",
"repository": {
"type": "git",
"url": "git://github.com/Hylozoic/hylo-node.git"