We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac5444 commit 7631d68Copy full SHA for 7631d68
CHANGELOG.md
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
Started since version 0.9.5
8
9
+
10
+## Version v2.2.9 - 30.04.2020
11
12
+### Fixed
13
14
+* [#418] - showing property.availableValues in Badges
15
+* [#333] - translate Yes/No
16
17
## Version v2.2.8 - 27.04.2020
18
19
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "admin-bro",
3
- "version": "2.2.8",
+ "version": "2.2.9",
4
"description": "Admin panel for apps written in node.js",
5
"main": "index.js",
"types": "index.d.ts",
0 commit comments