Skip to content

Commit

Permalink
Bump version to 2.6.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
psvenk committed Dec 20, 2020
1 parent 42ab2da commit 6586c11
Show file tree
Hide file tree
Showing 3 changed files with 10 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,10 @@ 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).

## [2.6.1] - tagged 2020-12-20
- Improve session handling ([#219], [#218])
- Fix size of district logo on login page ([#221])

## [2.6.0] - tagged 2020-12-16
- Dark mode ([#195], [#146], [#213], [#210])
- Fix "Schedule" tab to work with the covid-19 remote learning schedule ([#198],
Expand Down Expand Up @@ -138,6 +142,7 @@ and this project adheres to
[2.5.0]: https://github.com/Aspine/aspine/releases/tag/v2.5.0
[2.5.1]: https://github.com/Aspine/aspine/releases/tag/v2.5.1
[2.6.0]: https://github.com/Aspine/aspine/releases/tag/v2.6.0
[2.6.1]: https://github.com/Aspine/aspine/releases/tag/v2.6.1
[Unreleased]: https://github.com/Aspine/aspine/tree/master

[#71]: https://github.com/Aspine/aspine/issues/71
Expand Down Expand Up @@ -168,6 +173,7 @@ and this project adheres to
[#191]: https://github.com/Aspine/aspine/issues/191
[#192]: https://github.com/Aspine/aspine/issues/192
[#210]: https://github.com/Aspine/aspine/issues/210
[#218]: https://github.com/Aspine/aspine/issues/218
[#98]: https://github.com/Aspine/aspine/pull/98
[#101]: https://github.com/Aspine/aspine/pull/101
[#103]: https://github.com/Aspine/aspine/pull/103
Expand Down Expand Up @@ -209,3 +215,5 @@ and this project adheres to
[#213]: https://github.com/Aspine/aspine/pull/213
[#215]: https://github.com/Aspine/aspine/pull/215
[#216]: https://github.com/Aspine/aspine/pull/216
[#219]: https://github.com/Aspine/aspine/pull/219
[#221]: https://github.com/Aspine/aspine/pull/221
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aspine",
"version": "2.6.0",
"version": "2.6.1",
"description": "Alternate frontend for Aspen",
"homepage": "https://github.com/maxtkc/aspine#readme",
"bugs": {
Expand Down

0 comments on commit 6586c11

Please sign in to comment.