mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
chore(release): 1.22.0 [skip ci]
# [1.22.0](https://github.com/apricote/Listory/compare/v1.21.0...v1.22.0) (2023-02-21) ### Bug Fixes * **frontend:** flashing content on useAsync reload ([e298282](e298282f55)) ### Features * **frontend:** manage API tokens in Frontend ([ac0f9ff](ac0f9ff5d3))
This commit is contained in:
parent
e298282f55
commit
cd6a70d737
4 changed files with 17 additions and 5 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,3 +1,15 @@
|
|||
# [1.22.0](https://github.com/apricote/Listory/compare/v1.21.0...v1.22.0) (2023-02-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **frontend:** flashing content on useAsync reload ([e298282](https://github.com/apricote/Listory/commit/e298282f551e8080be88fa66d9672ce33835a736))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **frontend:** manage API tokens in Frontend ([ac0f9ff](https://github.com/apricote/Listory/commit/ac0f9ff5d3c99a4383e16fea0a2d95c18cee41ea))
|
||||
|
||||
# [1.21.0](https://github.com/apricote/Listory/compare/v1.20.1...v1.21.0) (2023-02-19)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ type: application
|
|||
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
version: 1.21.0
|
||||
version: 1.22.0
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
appVersion: 1.21.0
|
||||
appVersion: 1.22.0
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@listory/api",
|
||||
"version": "1.21.0",
|
||||
"version": "1.22.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@listory/api",
|
||||
"version": "1.21.0",
|
||||
"version": "1.22.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@hapi/joi": "17.1.1",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@listory/api",
|
||||
"version": "1.21.0",
|
||||
"version": "1.22.0",
|
||||
"description": "Track your Spotify Listen History",
|
||||
"author": {
|
||||
"name": "Julian Tölle",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue