We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef6c2b commit a73529cCopy full SHA for a73529c
CHANGELOG.md
@@ -6,11 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
Started since version 0.9.5
8
9
-## Version v2.3.0 - unpublished
+## Version v2.3.0 - 03.05.2020
10
11
### Changed
12
13
-* [#279] move search records to a separate action
+* [#279] move search records to a separate `search` action of type `resource`
14
15
### Fixed
16
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "admin-bro",
3
- "version": "2.3.0-beta.1",
+ "version": "2.3.0",
4
"description": "Admin panel for apps written in node.js",
5
"main": "index.js",
"types": "index.d.ts",
0 commit comments