forked from potsda.mn/mobilizon
Release 2.1.0-rc.1
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
a731a96b58
commit
f389b060c8
|
@ -4,6 +4,14 @@ 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).
|
||||||
|
|
||||||
|
## 2.1.0-rc.1 - 2022-04-18
|
||||||
|
|
||||||
|
Changes since beta.3:
|
||||||
|
* Fix posts creation
|
||||||
|
* Fix some typespecs
|
||||||
|
* Remove Koena Connect button
|
||||||
|
* Update dependencies
|
||||||
|
|
||||||
## 2.1.0-beta.3 - 2022-04-09
|
## 2.1.0-beta.3 - 2022-04-09
|
||||||
|
|
||||||
Changes since beta.2:
|
Changes since beta.2:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mobilizon",
|
"name": "mobilizon",
|
||||||
"version": "2.1.0-beta.3",
|
"version": "2.1.0-rc.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
|
|
Loading…
Reference in a new issue