forked from potsda.mn/mobilizon
Bump version to 1.0.6
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
c41b80301f
commit
5b737e2e5b
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -4,6 +4,18 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## 1.0.6 - 04-02-2020
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Handle frontend errors nicely when mounting components
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed displaying a remote event when organizer is a group
|
||||||
|
- Fixed sending events & posts to group followers
|
||||||
|
- Fixed redirection after deleting an event
|
||||||
|
|
||||||
## 1.0.5 - 27-01-2020
|
## 1.0.5 - 27-01-2020
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mobilizon",
|
"name": "mobilizon",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
|
|
Loading…
Reference in a new issue