Update changelog
This commit is contained in:
parent
720fc6182d
commit
6666857a0b
|
@ -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/)
|
||||
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
|
||||
### Changed
|
||||
- Use better class name for logo image styles.
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "byjove",
|
||||
"version": "0.1.12",
|
||||
"version": "0.1.13",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "byjove",
|
||||
"version": "0.1.12",
|
||||
"version": "0.1.13",
|
||||
"description": "Generic-ish app components for Vue.js frontend to Tailbone API backend",
|
||||
"keywords": [
|
||||
"rattail",
|
||||
|
|
Loading…
Reference in a new issue