Update changelog

This commit is contained in:
Lance Edgar 2021-08-04 19:48:10 -05:00
parent 695ea388a6
commit cebf7fc749
3 changed files with 7 additions and 2 deletions

View file

@ -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/) 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). and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [0.1.12] - 2021-08-04
### Changed
- Use better class name for logo image styles.
- Allow multiple feedback recipient options.
## [0.1.11] - 2021-04-12 ## [0.1.11] - 2021-04-12
### Changed ### Changed
- Allow "any" number for inventory cases/units, including decimal. - Allow "any" number for inventory cases/units, including decimal.

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "byjove", "name": "byjove",
"version": "0.1.11", "version": "0.1.12",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "byjove", "name": "byjove",
"version": "0.1.11", "version": "0.1.12",
"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",