Update changelog

This commit is contained in:
Lance Edgar 2021-10-20 16:18:50 -05:00
parent 720fc6182d
commit 6666857a0b
3 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,11 @@ 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.13] - 2021-10-20
### Changed
- Allow for "native sort" params in model index.
- Allow override of "create" permission for model index.
## [0.1.12] - 2021-08-04 ## [0.1.12] - 2021-08-04
### Changed ### Changed
- Use better class name for logo image styles. - Use better class name for logo image styles.

2
package-lock.json generated
View file

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

View file

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