@readme/markdown 6.32.0-next.3 → 6.32.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,12 +1,48 @@
1
1
  Changelog
2
2
  ===
3
3
 
4
+ ## Version 6.32.2
5
+
6
+ ### 🛠 Fixes & Updates
7
+
8
+ * publish new release ([670b575](https://github.com/readmeio/markdown/commit/670b5752a7092f6da78b55839288846bb8db1df4))
9
+
10
+ ## Version 6.32.2-next.1
11
+
12
+ ### 🛠 Fixes & Updates
13
+
14
+ * publish new release ([670b575](https://github.com/readmeio/markdown/commit/670b5752a7092f6da78b55839288846bb8db1df4))
15
+
16
+ ## Version 6.32.1
17
+
18
+ ### 🛠 Fixes & Updates
19
+
20
+ * remove publishConfig ([#358](https://github.com/readmeio/markdown/issues/358)) ([1ad9913](https://github.com/readmeio/markdown/commit/1ad991305558f7eb6a27f029b57635faedd88d07))
21
+
22
+ ## Version 6.32.1-next.1
23
+
24
+ ### 🛠 Fixes & Updates
25
+
26
+ * remove publishConfig ([#358](https://github.com/readmeio/markdown/issues/358)) ([1ad9913](https://github.com/readmeio/markdown/commit/1ad991305558f7eb6a27f029b57635faedd88d07))
27
+
4
28
  ## Version 6.32.0-next.3
5
29
 
6
30
  ### 🛠 Fixes & Updates
7
31
 
8
32
  * remove publishConfig ([#358](https://github.com/readmeio/markdown/issues/358)) ([1ad9913](https://github.com/readmeio/markdown/commit/1ad991305558f7eb6a27f029b57635faedd88d07))
9
33
 
34
+ ## Version 6.32.0
35
+
36
+ ### ✨ New & Improved
37
+
38
+ * autoregister custom component tags and attrs ([#342](https://github.com/readmeio/markdown/issues/342)) ([e58309a](https://github.com/readmeio/markdown/commit/e58309aa27aebd6fccfc73a32e0f25daa7167aa9))
39
+
40
+
41
+ ### 🛠 Fixes & Updates
42
+
43
+ * dont load codemirror in node ([#317](https://github.com/readmeio/markdown/issues/317)) ([a640832](https://github.com/readmeio/markdown/commit/a6408323994c6ab16995ae314ad621810a1085fb))
44
+ * normalize h2 font-weight ([#352](https://github.com/readmeio/markdown/issues/352)) ([a6eedcf](https://github.com/readmeio/markdown/commit/a6eedcf3c6f5259778430250b112e306bbe17be2))
45
+
10
46
  ## Version 6.32.0-next.2
11
47
 
12
48
  ### 🛠 Fixes & Updates
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@readme/markdown",
3
3
  "description": "ReadMe's React-based Markdown parser",
4
4
  "author": "Rafe Goldberg <rafe@readme.io>",
5
- "version": "6.32.0-next.3",
5
+ "version": "6.32.2",
6
6
  "main": "dist/main.node.js",
7
7
  "browser": "dist/main.js",
8
8
  "files": [