From 5b4d1ed0358960b837354db7967d8a71fc66d670 Mon Sep 17 00:00:00 2001
From: nixa <4dmitr@gmail.com>
Date: Tue, 23 Aug 2016 14:28:50 +0300
Subject: [PATCH 1/2] 0.4.3
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 6a701d67..10029fa8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ng2-admin",
- "version": "0.4.2",
+ "version": "0.4.3",
"description": "Angular 2 and Bootstrap 4 Admin Template.",
"author": "akveo",
"homepage": "http://akveo.github.io/ng2-admin/",
From 5a063052adde5c894c8b33b8973fb110ce03faab Mon Sep 17 00:00:00 2001
From: nixa <4dmitr@gmail.com>
Date: Tue, 23 Aug 2016 14:40:27 +0300
Subject: [PATCH 2/2] chore(version): 0.4.3 changelog
---
CHANGELOG.md | 22 ++++++++++++++++++++++
_VERSION | 2 +-
2 files changed, 23 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d4c31c2e..05134b1e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,25 @@
+
+# 0.4.3 (2016-08-23)
+
+### Bug Fixes
+
+* Fix leaflet maps styles
+* Fix license
+* Remove tracing of typings (thanks to @GRoguelon)
+* Update baContentTop to work with routerLink (thanks to @Kaizeras)
+* Fix Chartist to handle data update dynamically (thanks to @bnayalivne)
+
+### Features
+
+* Finally get rid of bower (thanks to @GRoguelon)
+* New component [ng2-smart-table](https://akveo.github.io/ng2-smart-table/) - [demo](http://akveo.com/ng2-admin/#/pages/tables/smarttables)
+
+
+### How to update
+
+* Pull sources from git
+* run `npm install`
+
# 0.4.2 (2016-07-28)
diff --git a/_VERSION b/_VERSION
index fec84ca3..ecfdafaf 100644
--- a/_VERSION
+++ b/_VERSION
@@ -1 +1 @@
-_VERSION=0.4.2
+_VERSION=0.4.3