diff --git a/CHANGELOG.md b/CHANGELOG.md
index cad5e234..b9f9741b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [0.13.1](https://github.com/KnisterPeter/tsdi/compare/v0.13.0...v0.13.1) (2017-09-06)
+
+
+### Bug Fixes
+
+* access to restricted properties ([9c9f75d](https://github.com/KnisterPeter/tsdi/commit/9c9f75d))
+* improve debug message ([e69e2e8](https://github.com/KnisterPeter/tsdi/commit/e69e2e8))
+
+
+
# [0.13.0](https://github.com/KnisterPeter/tsdi/compare/v0.12.3...v0.13.0) (2017-09-05)
diff --git a/package-lock.json b/package-lock.json
index a30df62f..ce9075a5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "tsdi",
- "version": "0.13.0",
+ "version": "0.13.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index abb855a9..6389a459 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "tsdi",
- "version": "0.13.0",
+ "version": "0.13.1",
"description": "Dependency Injection container (IoC) for TypeScript",
"main": "dist/lib/decorators.js",
"files": [