Update changelog
This commit is contained in:
parent
a1bf81aa56
commit
daac09d1e4
|
@ -5,6 +5,11 @@ All notable changes to 'byjove' will be documented in this file.
|
|||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.1.21] - 2023-10-06
|
||||
### Changed
|
||||
- Auto-trim username field in login form.
|
||||
- Auto-focus case/unit field when showing inventory count page.
|
||||
|
||||
## [0.1.20] - 2023-09-17
|
||||
### Changed
|
||||
- Validate amount when adding receiving quantity.
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "byjove",
|
||||
"version": "0.1.20",
|
||||
"version": "0.1.21",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "byjove",
|
||||
"version": "0.1.20",
|
||||
"version": "0.1.21",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"vue": "^2.7.14"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "byjove",
|
||||
"version": "0.1.20",
|
||||
"version": "0.1.21",
|
||||
"description": "Generic-ish app components for Vue.js frontend to Tailbone API backend",
|
||||
"keywords": [
|
||||
"rattail",
|
||||
|
|
Loading…
Reference in a new issue