From 288517e5f9f1c1731d1ecdeee07a17de5f36523f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:49:28 -0600 Subject: [PATCH] Release version 2.0.0 (#12) * Empty commit to start nextrelease PR * Prepare release 2.0.0 * Update CHANGELOG.md for v2.0.0 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 182beca..c7f5b93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0] - 2024-03-20 + +### Other + +- Migrate to Manifest V3 + ## [1.1.0] - 2021-09-28 ### Enhancements @@ -28,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial Release [unreleased]: https://github.com/rthaut/challenge-grid-autofill-extension/compare/v1.1.0...HEAD +[2.0.0]: https://github.com/rthaut/challenge-grid-autofill-extension/compare/v1.1.0...v2.0.0 [1.1.0]: https://github.com/rthaut/challenge-grid-autofill-extension/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/rthaut/challenge-grid-autofill-extension/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/rthaut/challenge-grid-autofill-extension/commits/v1.0.0 diff --git a/README.md b/README.md index ac2618f..f295ea8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Challenge Grid Autofill v1.1.0 +# Challenge Grid Autofill v2.0.0 [![Chrome Web Store][chrome-image-version]][chrome-url] [![Microsoft Edge Add-on][edge-image-version]][edge-url] [![Mozilla Add-on][firefox-image-version]][firefox-url] diff --git a/package-lock.json b/package-lock.json index 54c8f5c..f8a8be8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "challenge-grid-autofill-extension", - "version": "1.1.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "challenge-grid-autofill-extension", - "version": "1.1.0", + "version": "2.0.0", "license": "GPL-3.0", "dependencies": { "@emotion/react": "^11.11.4", diff --git a/package.json b/package.json index 1b1f7ee..078b534 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "challenge-grid-autofill-extension", - "version": "1.1.0", + "version": "2.0.0", "description": "This browser extension provides a way to programmatically parse prompts and automatically fill in the corresponding response for websites using security/challenge grids as an additional authentication mechanism, such as Entrust Physical Form Factor Authentication", "author": "Ryan Thaut (https://ryan.thaut.me)", "homepage": "https://github.com/rthaut/challenge-grid-autofill-extension/",