Skip to content

Commit

Permalink
chore: bump version v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-krysiak committed May 6, 2020
1 parent 6551b2b commit e4bbe35
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Started since version 0.9.5

## Version v2.3.1 - 03.07.2020

### Fixed

* all linter warnings
* error when onChange() prop hangs when passing there `null`
* now new search button accepts the sortBy param

## Version v2.3.0 - 03.05.2020

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin-bro",
"version": "2.3.0",
"version": "2.3.1",
"description": "Admin panel for apps written in node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit e4bbe35

Please sign in to comment.