From a4c56185d8bfbe681866d5d402690cbdfa1dbb81 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 26 Feb 2023 16:14:54 +0000 Subject: [PATCH] chore(release): 2.5.2 [skip ci] ## 2.5.2 (2023-02-26) ### Bug Fixes * address pr comments ([8a64755](https://github.com/defmethodinc/just-not-sorry/commit/8a64755136d859fb812ae9c680c9dc350efe03d4)) --- manifest.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index fb9efd3..f3e80fb 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.1", - "version_name": "2.5.1", + "version": "2.5.2", + "version_name": "2.5.2", "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 bd43ad1..78dc1ca 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.1", + "version": "2.5.2", "author": "Steve Brudz, Manish Kakwani, Tami Reiss, and Eric Tillberg of Def Method", "license": "MIT", "repository": "git@github.com:defmethodinc/just-not-sorry.git",