From 79a99f225574d64fe7fc7a0a449b8828bbf0fce3 Mon Sep 17 00:00:00 2001 From: Steve Mask Date: Tue, 24 May 2022 17:54:53 -0400 Subject: [PATCH] chore(release): 2.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59a5bed2..8e7f8d29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [2.1.0](https://github.com/krakenjs/belter/compare/v2.0.2...v2.1.0) (2022-05-24) + + +### Features + +* isCrossSiteTrackingEnabled ([#100](https://github.com/krakenjs/belter/issues/100)) ([2c9b08e](https://github.com/krakenjs/belter/commit/2c9b08e89400316846c3c5c802268640ff483808)) + ### [2.0.2](https://github.com/krakenjs/belter/compare/v2.0.1...v2.0.2) (2022-04-09) diff --git a/package.json b/package.json index fb000201..553331d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@krakenjs/belter", - "version": "2.0.2", + "version": "2.1.0", "description": "Utilities.", "main": "index.js", "scripts": {