diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a8f7122..2601677 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index cf540c8..851c4e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.1.0](https://github.com/pushpak1300/cypress-mailpit/compare/v1.0.1...v1.1.0) (2024-07-02) + + +### Features + +* add commands to support the new assertions ([3ac6ef0](https://github.com/pushpak1300/cypress-mailpit/commit/3ac6ef047af4dba31822dadea4398dd1e4ec2253)) +* **docs:** add a documentation for new commands ([73a425e](https://github.com/pushpak1300/cypress-mailpit/commit/73a425e0fedafd6fd34eeda3c5da96899d0de61e)) + ## [1.0.1](https://github.com/pushpak1300/cypress-mailpit/compare/v1.0.0...v1.0.1) (2024-06-30) diff --git a/package-lock.json b/package-lock.json index 90ec046..06aad82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cypress-mailpit", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cypress-mailpit", - "version": "1.0.1", + "version": "1.1.0", "license": "MIT", "devDependencies": { "@biomejs/biome": "1.8.2", diff --git a/package.json b/package.json index ea8bff4..32dd10a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress-mailpit", - "version": "1.0.1", + "version": "1.1.0", "description": "Cypress Commands for Mailpit 💌", "main": "rewrite/index.js", "types": "cypress.d.ts",