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