Update changelog
This commit is contained in:
parent
32d1bd430f
commit
b04fa3eb72
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
|
||||
## Unreleased
|
||||
|
||||
## [0.1.25] - 2024-05-29
|
||||
### Changed
|
||||
- Show actual error text if applicable, for receiving failure.
|
||||
|
||||
## [0.1.24] - 2024-03-26
|
||||
### Changed
|
||||
- Add delay when fetching rows data for model CRUD component.
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "byjove",
|
||||
"version": "0.1.24",
|
||||
"version": "0.1.25",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "byjove",
|
||||
"version": "0.1.24",
|
||||
"version": "0.1.25",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"vue": "^2.7.14"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "byjove",
|
||||
"version": "0.1.24",
|
||||
"version": "0.1.25",
|
||||
"description": "Generic-ish app components for Vue.js frontend to Tailbone API backend",
|
||||
"keywords": [
|
||||
"rattail",
|
||||
|
|
Loading…
Reference in a new issue