Package release update

This commit is contained in:
christianesperar 2016-05-19 16:13:38 +08:00
parent 8217d62531
commit a342d61fc8
4 changed files with 15 additions and 3 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
nbproject
npm-debug.log

View file

@ -1,9 +1,10 @@
{
"name": "gentelella",
"version": "1.1.0",
"version": "1.2.0",
"homepage": "https://colorlib.com/polygon/gentelella/index.html",
"authors": [
"Aigars Silkalns"
"Aigars Silkalns",
"Christian Esperar"
],
"description": "Gentellela Admin is a free to use Bootstrap admin template",
"keywords": [

View file

@ -13,3 +13,10 @@ Earlier there were no changelog at all and we have introduced one now and we wil
* Add multilevel menu
* Mobile comptibility enhancement
### 1.2.0 - 19.05.2016
* Fix menu not become active if url contains parameters
* Fix form upload form not adjust on large number of files
* Remove invalid css
* Add fixed sidebar functionalities

View file

@ -1,6 +1,6 @@
{
"name": "gentelella",
"version": "1.1.0",
"version": "1.2.0",
"description": "Gentellela Admin is a free to use Bootstrap admin template",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
@ -21,6 +21,9 @@
"responsive"
],
"author": "Aigars Silkalns",
"contributors": [
"Christian Esperar"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/puikinsh/gentelella/issues"