chore(release): Publish
- medusa-file-spaces@1.1.3 - medusa-fulfillment-webshipper@1.1.2 - medusa-interfaces@1.1.1 - medusa-payment-adyen@1.1.3 - medusa-payment-klarna@1.1.4 - medusa-payment-paypal@1.0.3 - medusa-payment-stripe@1.1.3 - medusa-plugin-add-ons@1.1.3 - medusa-plugin-brightpearl@1.1.4 - medusa-plugin-contentful@1.1.3 - medusa-plugin-economic@1.1.3 - medusa-plugin-mailchimp@1.1.3 - medusa-plugin-permissions@1.1.3 - medusa-plugin-segment@1.1.4 - medusa-plugin-sendgrid@1.1.3 - medusa-plugin-slack-notification@1.1.3 - medusa-plugin-twilio-sms@1.1.3 - medusa-plugin-wishlist@1.1.3 - medusa-test-utils@1.1.3 - @medusajs/medusa@1.1.8
This commit is contained in:
@@ -3,6 +3,23 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.1.3](https://github.com/medusajs/medusa/compare/medusa-plugin-sendgrid@1.1.2...medusa-plugin-sendgrid@1.1.3) (2021-02-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* attachment generator for invoices ([0cc2ccd](https://github.com/medusajs/medusa/commit/0cc2ccd3b2100960ce7d3422e20ce89ca96704a0))
|
||||
* handles normalizeThumb without thumbnail ([93f6812](https://github.com/medusajs/medusa/commit/93f68126bfb27f694211b6f890ce0370c42fa08a))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* notifications ([#172](https://github.com/medusajs/medusa/issues/172)) ([7308946](https://github.com/medusajs/medusa/commit/7308946e567ed4e63e1ed3d9d31b30c4f1a73f0d))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.1.2](https://github.com/medusajs/medusa/compare/medusa-plugin-sendgrid@1.1.1...medusa-plugin-sendgrid@1.1.2) (2021-02-03)
|
||||
|
||||
**Note:** Version bump only for package medusa-plugin-sendgrid
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "medusa-plugin-sendgrid",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"description": "SendGrid transactional emails",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
@@ -40,7 +40,7 @@
|
||||
"body-parser": "^1.19.0",
|
||||
"express": "^4.17.1",
|
||||
"medusa-core-utils": "^1.1.0",
|
||||
"medusa-test-utils": "^1.1.2"
|
||||
"medusa-test-utils": "^1.1.3"
|
||||
},
|
||||
"gitHead": "0646bd395a6056657cb0aa93c13699c4a9dbbcdd"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user