Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jabelone committed Oct 10, 2022
1 parent c0eaeab commit 98845b5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v3.3.0] - 2022-10-10
### Added
- Door bump API for unlocking doors from a 3rd party system
- better webcam cache busting logic and documentation to configure webcams
- option to collect vehicle registration "rego" plates on a member's profile

### Fixed
- Don't initialise twilio if not enabled (thanks @rechner)


## [v3.2.0] - 2022-09-05
### Added
- Enable/disable Canvas induction via constance option
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "3.2.0",
"version": "3.3.0",
"description": "The MemberMatters frontend",
"productName": "MemberMatters",
"author": "Jaimyn Mayer <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "membermatters",
"version": "3.2.0",
"version": "3.3.0",
"devDependencies": {
"eslint-webpack-plugin": "^3.1.1",
"husky": "^6.0.0",
Expand Down

0 comments on commit 98845b5

Please sign in to comment.