Update changelog
This commit is contained in:
parent
df4cb06a49
commit
e85fc22544
|
@ -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/)
|
||||
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
|
||||
### Changed
|
||||
- Detect 404 notfound when viewing CRUD record; warn user accordingly.
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "byjove",
|
||||
"version": "0.1.14",
|
||||
"version": "0.1.15",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "byjove",
|
||||
"version": "0.1.14",
|
||||
"version": "0.1.15",
|
||||
"description": "Generic-ish app components for Vue.js frontend to Tailbone API backend",
|
||||
"keywords": [
|
||||
"rattail",
|
||||
|
|
Loading…
Reference in a new issue