From 8a9795c243aba469f53e3eeb10c7ae460c9b15ab Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 Feb 2021 00:06:53 +0000 Subject: [PATCH] chore(release): 2.0.0-beta.6 [skip ci] # 2.0.0-beta.6 (2021-02-10) ### Bug Fixes * correctly trigger warnings when matched text is on separate lines ([857847b](https://github.com/defmethodinc/just-not-sorry/commit/857847b0a2c07ebef28b1f5d141b6c00cc4e873d)) * fix leaky divs ([836f1f1](https://github.com/defmethodinc/just-not-sorry/commit/836f1f1e05caf9f5c1b6d626770e67cb32da847a)) * fixing increase in checkForWarnings function call ([765260a](https://github.com/defmethodinc/just-not-sorry/commit/765260a95282fbc894d5c7baaf6d0bf957091505)) * reset wait time back to originaly value of 500 ([6e811e6](https://github.com/defmethodinc/just-not-sorry/commit/6e811e6c1334f12c88f57def8f1c72265d002122)) * support multiline phrase highlighting ([3d7281c](https://github.com/defmethodinc/just-not-sorry/commit/3d7281cca46fb5b680cdac56dc8cb16cb4634037)) * warning not clearing after keyword is deleted ([f55290d](https://github.com/defmethodinc/just-not-sorry/commit/f55290d9c77900a54888db7bf115c9beb7cd1e3d)) ### Performance Improvements * change calc time from 500 to 1 ([2f0f2cf](https://github.com/defmethodinc/just-not-sorry/commit/2f0f2cf07b903abf2cdcadb3cedd568e67f5cd6f)) --- manifest.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index a67153d..18854da 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "name": "Just Not Sorry -- the Chrome extension", "short_name": "JustNotSorry", "author": "Steve Brudz, Manish Kakwani, Tami Reiss, and Eric Tillberg of Def Method", - "version": "2.0.0.5", - "version_name": "2.0.0-beta.5", + "version": "2.0.0.6", + "version_name": "2.0.0-beta.6", "description": "A Chrome extension that warns you when you write emails using words which undermine your message", "icons": { "16": "img/JustNotSorry-16.png", diff --git a/package.json b/package.json index 0f2c5ee..9c737b3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "just-not-sorry", "description": "Chrome extension that warns you when you write emails using words which undermine your message", - "version": "2.0.0-beta.5", + "version": "2.0.0-beta.6", "author": "Steve Brudz, Manish Kakwani, Tami Reiss, and Eric Tillberg of Def Method", "license": "MIT", "repository": "git@github.com:defmethodinc/just-not-sorry.git",