diff --git a/CHANGELOG.md b/CHANGELOG.md index 44ce29d7c..aa710ce21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### 4.5.1 + ### 4.5.0 + [x] Tabs Material: fixed jump to the anchors, issue #1794 + [x] Table: fixed create `Instpector` when table data loaded with method `loadData()`, issue #1796 diff --git a/metro.nuspec b/metro.nuspec index 6f6465605..e42f1fc2f 100644 --- a/metro.nuspec +++ b/metro.nuspec @@ -2,7 +2,7 @@ Metro4 - 4.5.0 + 4.5.1 Metro 4 Components Library Serhii Pimenov Serhii Pimenov diff --git a/package.json b/package.json index 53c64f6da..6a9cadb0d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Sergey Pimenov", "name": "metro4", - "version": "4.5.0", + "version": "4.5.1", "build": "756", "version_suffix": "", "description": "The front-end framework for Build responsive, mobile-first projects on the web with the first front-end component library in Metro Style",