From e8fdcec1c0781e76a5eccad4384247042699024e Mon Sep 17 00:00:00 2001
From: Uku Taht <uku.taht@gmail.com>
Date: Wed, 27 Oct 2021 15:37:19 +0200
Subject: [PATCH] Release 0.3.4

---
 CHANGELOG.md | 7 +++++--
 package.json | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 36f05ee..333394e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,13 +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.
 
-### [0.3.2](https://github.com/Maronato/plausible-tracker/compare/v0.3.1...v0.3.2) (2021-10-26)
-
+### [0.3.4](https://github.com/Maronato/plausible-tracker/compare/v0.3.1...v0.3.2) (2021-10-27)
 
 ### Features
 
 * **tracker:** Respect `plausible_ignore` localStorage flag ([#17](https://github.com/plausible/plausible-tracker/pull/17))
 
+
+### [0.3.2](https://github.com/Maronato/plausible-tracker/compare/v0.3.1...v0.3.2) (2021-10-26)
+
+
 ### Bug Fixes
 
 * **tracker:** Adds additional check if process is undefined ([#15](https://github.com/plausible/plausible-tracker/pull/15))
diff --git a/package.json b/package.json
index 84c85a1..0f354a5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "plausible-tracker",
-  "version": "0.3.2",
+  "version": "0.3.4",
   "description": "Unofficial frontend tracker to interact with Plausible Analytics",
   "main": "build/main/index.js",
   "typings": "build/main/index.d.ts",