From aa92ae2b78a258a9aaa67432580cf85b46b8a965 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 Jan 2023 15:18:25 +0000 Subject: [PATCH] chore(release): 2.5.0 [skip ci] # 2.5.0 (2023-01-25) ### Features * include phrase if that's ok ([4529bd7](https://github.com/defmethodinc/just-not-sorry/commit/4529bd71827e41e6f5a2fadef6ca36b6b971adf8)) --- manifest.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 9fb3bc5..0c95a82 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.4.0", - "version_name": "2.4.0", + "version": "2.5.0", + "version_name": "2.5.0", "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 88d7e4f..93bce10 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.4.0", + "version": "2.5.0", "author": "Steve Brudz, Manish Kakwani, Tami Reiss, and Eric Tillberg of Def Method", "license": "MIT", "repository": "git@github.com:defmethodinc/just-not-sorry.git",