Update changelog

This commit is contained in:
Lance Edgar 2023-01-07 12:56:53 -06:00
parent df4cb06a49
commit e85fc22544
3 changed files with 8 additions and 2 deletions

View file

@ -5,6 +5,12 @@ 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.15] - 2023-01-07
### Changed
- Add basic components for Product CRUD.
- Update dependencies.
- Center logo and text for home page.
## [0.1.14] - 2022-11-16 ## [0.1.14] - 2022-11-16
### Changed ### Changed
- Detect 404 notfound when viewing CRUD record; warn user accordingly. - Detect 404 notfound when viewing CRUD record; warn user accordingly.

2
package-lock.json generated
View file

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

View file

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