Skip to content

Commit cda9bb3

Browse files
committed
Prepare v0.9.1
1 parent 44f15e8 commit cda9bb3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.9.1
4+
5+
* Fix redirection after creation
6+
* Fix `jsonServer` `GET_MANY` implementation ([wadjeroudi](https://github.com/wadjeroudi))
7+
* Add Loopback-like REST client ([kimkha](https://github.com/kimkha))
8+
* Update Webpack example config ([velociwabbit](https://github.com/velociwabbit))
9+
310
## v0.9.0
411

512
* [BC Break] Update REST response format to always expect a `data` key

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admin-on-rest",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI",
55
"files": [
66
"*.md",

0 commit comments

Comments
 (0)