From 499aa43f790ef2f9c979af6cdd67d5c490b4eef8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Feb 2023 00:01:21 +0000 Subject: [PATCH] chore(release): 2.5.1 [skip ci] ## 2.5.1 (2023-02-23) ### Bug Fixes * give tooltip an id based on index and number of warning ([4e8b035](https://github.com/defmethodinc/just-not-sorry/commit/4e8b0356fa74aa3373af5cfcc23681b3624f6456)) --- manifest.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 0c95a82..fb9efd3 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.5.0", - "version_name": "2.5.0", + "version": "2.5.1", + "version_name": "2.5.1", "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 66d654c..bd43ad1 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.5.0", + "version": "2.5.1", "author": "Steve Brudz, Manish Kakwani, Tami Reiss, and Eric Tillberg of Def Method", "license": "MIT", "repository": "git@github.com:defmethodinc/just-not-sorry.git",