Skip to content

Commit

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

## Breaking changes

- API service `loading` observable is now replaced by a `status` observable.

## New features

- Handle errors in API service

## Bug fixes

- Fix navigation request parameter
- Fix navigation tree

# 1.0.0-alpha.24 (2017-06-28)

## 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.24",
"version": "1.0.0-alpha.25",
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit a5f4976

Please sign in to comment.