@md-plugins/md-plugin-image 0.1.0-beta.13 → 0.1.0-beta.15

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/README.md +7 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -73,6 +73,13 @@ pnpm test
73
73
 
74
74
  In case this README falls out of date, please refer to the [documentation](https://md-plugins.netlify.app/md-plugins/image/overview) for the latest information.
75
75
 
76
+ ## Support
77
+
78
+ If md-plugin-image is useful in your workflow and you want to support ongoing maintenance:
79
+
80
+ GitHub Sponsors: https://github.com/sponsors/hawkeye64
81
+ PayPal: https://paypal.me/hawkeye64
82
+
76
83
  ## License
77
84
 
78
85
  This project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@md-plugins/md-plugin-image",
3
- "version": "0.1.0-beta.13",
3
+ "version": "0.1.0-beta.15",
4
4
  "description": "A markdown-it plugin for handling images.",
5
5
  "keywords": [
6
6
  "markdown-it",
@@ -38,7 +38,7 @@
38
38
  "devDependencies": {
39
39
  "@types/markdown-it": "^14.1.2",
40
40
  "markdown-it": "^14.2.0",
41
- "@md-plugins/shared": "0.1.0-beta.13"
41
+ "@md-plugins/shared": "0.1.0-beta.15"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "markdown-it": "^14.2.0"