Skip to content

Commit

Permalink
version 1.0.0-alpha.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault committed Jun 15, 2017
1 parent d51671a commit 2e82ac3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
# 1.0.0-alpha.20 (2017-06-15)

## New features

- Can subscribe to APIService.loading to knwo when loading is done or not.

## Bug fixes

- Fix find() method when criteria are lists.

# 1.0.0-alpha.19 (2017-06-02)

## New features
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@plone/restapi-angular",
"version": "1.0.0-alpha.19",
"version": "1.0.0-alpha.20",
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 2e82ac3

Please sign in to comment.