Update changelog
This commit is contained in:
parent
7f1ef1b335
commit
dfc4b88ca8
|
@ -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/)
|
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.5] - 2019-12-04
|
||||||
|
### Changed
|
||||||
|
- Fix bug when checking user session.
|
||||||
|
|
||||||
## [0.1.4] - 2019-12-02
|
## [0.1.4] - 2019-12-02
|
||||||
### Added
|
### Added
|
||||||
- Add app/menu support for "become / stop being root" feature.
|
- Add app/menu support for "become / stop being root" feature.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "byjove",
|
"name": "byjove",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"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