diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f8d7e63 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# 1.0.0 (2024-06-04) + + +### Features + +* first deploy ([33cdeb8](https://github.com/acadevmy/cypress-dotenv/commit/33cdeb853899213637e4fc3a25dad681fa885c22)) diff --git a/package.json b/package.json index a3ee9ec..b9261ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devmy/cypress-dotenv", - "version": "0.0.0", + "version": "1.0.0", "description": "integrate `dotenv` configuration with `@dotenv-run/core` into your Cypress setup, simplifying the management of environment variables for both component and end-to-end (E2E) tests.", "type": "commonjs", "module": "./dist/index.mjs",