forked from potsda.mn/mobilizon
Release 3.0.3
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
e9d301119b
commit
2f368b44ca
|
@ -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).
|
||||
|
||||
## 3.0.3 - 2022-12-22
|
||||
|
||||
### Fixed
|
||||
|
||||
- Add missing OpenSSL 1.1 in Docker image
|
||||
|
||||
## 3.0.2 - 2022-12-22
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mobilizon",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
|
Loading…
Reference in a new issue