From 6d9c30d080f95c095166e77510e0467019d8decc Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 10:10:29 +0000 Subject: [PATCH] chore(main): release 0.0.11 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f57f237..fa25cceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.11](https://github.com/netlify/netlify-emails-plugin/compare/v0.0.10...v0.0.11) (2022-10-19) + + +### Bug Fixes + +* exports a mailer function ([94b9493](https://github.com/netlify/netlify-emails-plugin/commit/94b9493deb5be46b8ffaf74af10143474955184c)) + ## [0.0.10](https://github.com/netlify/netlify-emails-plugin/compare/v0.0.9...v0.0.10) (2022-10-18) diff --git a/package.json b/package.json index 23ed4f31..cb3b4f8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-emails", - "version": "0.0.10", + "version": "0.0.11", "description": "A build plugin that creates an email handler and processes requests to send emails", "main": "./lib/index.js", "files": [