diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2a8f4ff..3e9af1b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.4.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a6fa55e..d53e31e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.4.0](https://github.com/pushpak1300/cypress-mailpit/compare/v1.3.0...v1.4.0) (2024-11-09) + + +### Features + +* add mailpitDeleteEmailsBySearch command ([#46](https://github.com/pushpak1300/cypress-mailpit/issues/46)) ([91a78f7](https://github.com/pushpak1300/cypress-mailpit/commit/91a78f7d143263e4d0722f0ed8af77660a70beb8)) + + +### Bug Fixes + +* remove redundant error handling ([#49](https://github.com/pushpak1300/cypress-mailpit/issues/49)) ([17add28](https://github.com/pushpak1300/cypress-mailpit/commit/17add28129d2dfbd0dcc1482c8e561ea9b3694fb)) + ## [1.3.0](https://github.com/pushpak1300/cypress-mailpit/compare/v1.2.1...v1.3.0) (2024-10-22) diff --git a/package-lock.json b/package-lock.json index 55ff2c3..07de07c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cypress-mailpit", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cypress-mailpit", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "devDependencies": { "@biomejs/biome": "1.8.2", diff --git a/package.json b/package.json index b81646d..f75d360 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress-mailpit", - "version": "1.3.0", + "version": "1.4.0", "description": "Cypress Commands for Mailpit 💌", "main": "rewrite/index.js", "types": "cypress.d.ts",