Update changelog
This commit is contained in:
parent
915b58aafa
commit
1b7c029a83
|
@ -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.4] - 2019-12-02
|
||||||
|
### Added
|
||||||
|
- Add app/menu support for "become / stop being root" feature.
|
||||||
|
### Changed
|
||||||
|
- Absorb header, footer into main section of feedback dialog.
|
||||||
|
|
||||||
## [0.1.3] - 2019-11-15
|
## [0.1.3] - 2019-11-15
|
||||||
### Added
|
### Added
|
||||||
- Add "model index" component.
|
- Add "model index" component.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "byjove",
|
"name": "byjove",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in a new issue