Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr
2024-08-01 09:22:17 +02:00
parent 19275c36a1
commit dcefec7785
2 changed files with 12 additions and 2 deletions

View File

@ -4,6 +4,16 @@ 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).
## [8.0.0] - 2024-07-05
### Breaking changes
* Dropped support for Nextcloud 29
### New
* Support for Nextcloud 30
## [7.1.0] - 2024-07-05
### New

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "recognize",
"version": "7.1.0",
"version": "8.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "recognize",
"version": "7.1.0",
"version": "8.0.0",
"license": "MIT",
"dependencies": {
"@exifer/gps": "^1.0.0-beta.2",