@pb33f/cowboy-components 0.3.1 → 0.3.2

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.
@@ -54,7 +54,9 @@ let FeedbackComponent = class FeedbackComponent extends LitElement {
54
54
  <p>
55
55
  If you would like to report an issue we can track, please use <a href="https://github.com/pb33f/doctor/issues">github</a>.
56
56
  </p>
57
-
57
+ <p>
58
+ To learn more about the Doctor, <a href="https://quobix.com/articles/introducing-the-doctor/">read this article</a>.
59
+ </p>
58
60
  <p>
59
61
  Want to talk to <a href="https://quobix.com">quobix</a> live? join the <a href="https://discord.gg/UAcUF78MQN">discord</a>.
60
62
  </p>
@@ -3682,7 +3682,9 @@ Please report this to https://github.com/markedjs/marked.`,p){const m="<p>An err
3682
3682
  <p>
3683
3683
  If you would like to report an issue we can track, please use <a href="https://github.com/pb33f/doctor/issues">github</a>.
3684
3684
  </p>
3685
-
3685
+ <p>
3686
+ To learn more about the Doctor, <a href="https://quobix.com/articles/introducing-the-doctor/">read this article</a>.
3687
+ </p>
3686
3688
  <p>
3687
3689
  Want to talk to <a href="https://quobix.com">quobix</a> live? join the <a href="https://discord.gg/UAcUF78MQN">discord</a>.
3688
3690
  </p>
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Princess Beef Heavy Industries Cowboy Components",
4
4
  "private": false,
5
5
  "license": "BUSL-1.1",
6
- "version": "0.3.1",
6
+ "version": "0.3.2",
7
7
  "type": "module",
8
8
  "main": "./dist/cowboy-components.umd.cjs",
9
9
  "module": "./dist/cowboy-components.js",