Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
chore: update to version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BenShelton committed Oct 19, 2019
1 parent 237c728 commit a295390
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oclm-planner",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"scripts": {
"serve": "npm-run-all --parallel serve:**",
Expand Down
20 changes: 18 additions & 2 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,23 @@ export default Vue.extend({
changes (): IChange[] {
return [
{
version: '1.1',
version: '1.1.1',
date: '19 Oct 2019',
summary: 'Fix schedule & second school display preferences',
updates: [
{ title: 'Features', items: ['Exclude second school assignments on Circuit Overseer visits'] },
{
title: 'Fixes',
items: [
'Use congregation display name rather than always showing Canton on the PDF',
'Default school preference to Any when editing a member that did not previously set a preference'
]
},
{ title: 'Developer', items: ['Use a settings file rather than multiple env variables'] }
]
},
{
version: '1.1.0',
date: '15 Oct 2019',
summary: 'Adds support for different types of congregations',
updates: [
Expand Down Expand Up @@ -110,7 +126,7 @@ export default Vue.extend({
]
},
{
version: '1.0',
version: '1.0.0',
date: '13 Feb 2019',
summary: 'Initial release of OCLM Planner',
updates: [
Expand Down

0 comments on commit a295390

Please sign in to comment.