diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19ae0a6..0cd2e9c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
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.
+
+## [3.3.4](https://github.com/mattlewis92/angular-resizable-element/compare/v3.3.3...v3.3.4) (2020-11-21)
+
+
+### Performance Improvements
+
+* only trigger change detection if there are output subscribers ([930de54](https://github.com/mattlewis92/angular-resizable-element/commit/930de54))
+
+
+
## [3.3.3](https://github.com/mattlewis92/angular-resizable-element/compare/v3.3.2...v3.3.3) (2020-07-24)
diff --git a/package-lock.json b/package-lock.json
index 0253c79..d79f126 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "angular-resizable-element",
- "version": "3.3.3",
+ "version": "3.3.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 9cb5d5b..aea682d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-resizable-element",
- "version": "3.3.3",
+ "version": "3.3.4",
"description": "An angular 6.0+ directive that allows an element to be dragged and resized",
"scripts": {
"start": "concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"",