emdash-smtp 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.1
4
+
5
+ - Strengthened README and package metadata messaging directing installers to `emdash-smtp` rather than the internal `emdash-smtp-core`/`emdash-smtp-node-transports` packages
6
+ - Refreshed interdependency pins to the matching 0.2.1 releases
7
+
3
8
  ## 0.2.0
4
9
 
5
10
  - Renamed the trusted npm package to the unscoped `emdash-smtp`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "emdash-smtp",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Trusted full-parity SMTP and transactional email plugin for EmDash",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",
@@ -29,8 +29,8 @@
29
29
  ],
30
30
  "author": "Mason James",
31
31
  "dependencies": {
32
- "emdash-smtp-core": "0.2.0",
33
- "emdash-smtp-node-transports": "0.2.0"
32
+ "emdash-smtp-core": "0.2.1",
33
+ "emdash-smtp-node-transports": "0.2.1"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "emdash": ">=0.1.0"