diff --git a/CHANGELOG.md b/CHANGELOG.md
index 657a308a..9b4312fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+
+# [0.5.1](https://github.com/Microsoft/angular-react/compare/v0.5.0...v0.5.1) (2018-12-06)
+
+### Bug fixes
+
+- **core:** Moved geteventlisteners module to a local one and revised JS to use ES5 syntax ([#48](https://github.com/Microsoft/angular-react/pull/48)) ([79c6389](https://github.com/Microsoft/angular-react/commit/79c63899c7d2b882b90c092d929758ad8707f24d))
+
# [0.5.0](https://github.com/Microsoft/angular-react/compare/v0.4.10...v0.5.0) (2018-12-04)
diff --git a/libs/core/package.json b/libs/core/package.json
index bca729ae..b52e68d7 100644
--- a/libs/core/package.json
+++ b/libs/core/package.json
@@ -1,7 +1,7 @@
{
"$schema": "../../node_modules/ng-packagr/package.schema.json",
"name": "@angular-react/core",
- "version": "0.5.0",
+ "version": "0.5.1",
"ngPackage": {
"deleteDestPath": true,
"whitelistedNonPeerDependencies": [
diff --git a/libs/fabric/package.json b/libs/fabric/package.json
index b341bf17..f99c0733 100644
--- a/libs/fabric/package.json
+++ b/libs/fabric/package.json
@@ -1,7 +1,7 @@
{
"$schema": "../../node_modules/ng-packagr/package.schema.json",
"name": "@angular-react/fabric",
- "version": "0.5.0",
+ "version": "0.5.1",
"ngPackage": {
"lib": {
"entryFile": "public-api.ts",
@@ -70,7 +70,7 @@
],
"private": false,
"peerDependencies": {
- "@angular-react/core": "^0.5.0",
+ "@angular-react/core": "^0.5.1",
"@angular/common": "^7.0.3",
"@angular/core": "^7.0.3",
"@angular/platform-browser-dynamic": "^7.0.3",