Update changelog
This commit is contained in:
parent
e94383dd25
commit
0ffb184267
|
@ -5,6 +5,10 @@ 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.16] - 2023-01-30
|
||||
### Changed
|
||||
- Add Prices panel for default product view.
|
||||
|
||||
## [0.1.15] - 2023-01-07
|
||||
### Changed
|
||||
- Add basic components for Product CRUD.
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "byjove",
|
||||
"version": "0.1.15",
|
||||
"version": "0.1.16",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "byjove",
|
||||
"version": "0.1.15",
|
||||
"version": "0.1.16",
|
||||
"description": "Generic-ish app components for Vue.js frontend to Tailbone API backend",
|
||||
"keywords": [
|
||||
"rattail",
|
||||
|
|
Loading…
Reference in a new issue