@h3ravel/mail 6.0.0 → 6.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @h3ravel/mail
2
2
 
3
+ ## 6.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: update readme accros all packages
8
+ - Updated dependencies
9
+ - @h3ravel/core@1.2.1
10
+
3
11
  ## 6.0.0
4
12
 
5
13
  ### Patch Changes
package/README.md CHANGED
@@ -10,7 +10,7 @@ This is the mail handling and delivery system for the [H3ravel](https://h3ravel.
10
10
 
11
11
  ## Contributing
12
12
 
13
- Thank you for considering contributing to the H3ravel framework! The contribution guide can be found in the [H3ravel documentation](#!).
13
+ Thank you for considering contributing to the H3ravel framework! The [Contribution Guide](https://h3ravel.toneflix.net/contributing) can be found in the H3ravel documentation and will provide you with all the information you need to get started.
14
14
 
15
15
  ## Code of Conduct
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h3ravel/mail",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "Mail drivers and templates system for H3ravel.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -9,7 +9,7 @@
9
9
  "access": "public"
10
10
  },
11
11
  "peerDependencies": {
12
- "@h3ravel/core": "^1.2.0"
12
+ "@h3ravel/core": "^1.2.1"
13
13
  },
14
14
  "devDependencies": {
15
15
  "typescript": "^5.4.0"