Skip to content

Commit

Permalink
Merge pull request #240 from membermatters/feature/v3.6.1
Browse files Browse the repository at this point in the history
v3.6.1
  • Loading branch information
jabelone authored Jan 20, 2024
2 parents 62f298b + 6c67b0c commit 402d9e4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.6.1] - 2024-01-20

### Fixed

- Menulink translation bug

## [v3.6.0] - 2024-01-17

### Added
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.6.0",
"version": "3.6.1",
"devDependencies": {
"eslint-webpack-plugin": "^3.1.1",
"husky": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "3.6.0",
"version": "3.6.1",
"description": "The MemberMatters frontend",
"productName": "MemberMatters",
"author": "Jaimyn Mayer <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions src-frontend/src/i18n/en-AU/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default {
rootIndex: 'Dashboard',
dashboard: 'Dashboard',
webcams: 'Webcams',
adminTools: 'Admin Tools',
login: 'Login',
resetPassword: 'Reset Password',
logout: 'Logout',
Expand Down

0 comments on commit 402d9e4

Please sign in to comment.