Skip to content

Commit

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

## New feature

- manage active link in local navigation
- display parent navigation if context is not a folder

## Bug fixes

- rename component.service properly and export it
- set target to es5 for tests (so we can clean up custom components)

# 1.0.0-alpha.10 (2017-03-24)

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

0 comments on commit 910267f

Please sign in to comment.