chore(release): Publish

- medusa-plugin-twilio-sms@1.0.8
This commit is contained in:
Sebastian Rindom
2020-09-09 11:39:04 +02:00
parent cc8415969b
commit e1c465d244
2 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.0.8 (2020-09-09)
### Features
* **plugins:** Adds Twilio SMS plugin ([35a91ae](https://github.com/medusajs/medusa/commit/35a91ae6a179e750b77df97f46a6b88d6b45819d))

View File

@@ -1,6 +1,6 @@
{
"name": "medusa-plugin-twilio-sms",
"version": "1.0.7",
"version": "1.0.8",
"description": "Twilio SMS service",
"main": "index.js",
"repository": {
@@ -40,4 +40,4 @@
"medusa-test-utils": "^1.0.7",
"twilio": "^3.49.1"
}
}
}