Update changelog

This commit is contained in:
Lance Edgar 2024-06-03 11:40:09 -05:00
parent f21a7298fe
commit 3d02e46f2a
3 changed files with 7 additions and 3 deletions

View file

@ -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
View file

@ -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"

View file

@ -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",