@readme/markdown 6.32.0-next.3 → 6.32.1-next.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 +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  Changelog
2
2
  ===
3
3
 
4
+ ## Version 6.32.1-next.1
5
+
6
+ ### 🛠 Fixes & Updates
7
+
8
+ * remove publishConfig ([#358](https://github.com/readmeio/markdown/issues/358)) ([1ad9913](https://github.com/readmeio/markdown/commit/1ad991305558f7eb6a27f029b57635faedd88d07))
9
+
4
10
  ## Version 6.32.0-next.3
5
11
 
6
12
  ### 🛠 Fixes & Updates
7
13
 
8
14
  * remove publishConfig ([#358](https://github.com/readmeio/markdown/issues/358)) ([1ad9913](https://github.com/readmeio/markdown/commit/1ad991305558f7eb6a27f029b57635faedd88d07))
9
15
 
16
+ ## Version 6.32.0
17
+
18
+ ### ✨ New & Improved
19
+
20
+ * autoregister custom component tags and attrs ([#342](https://github.com/readmeio/markdown/issues/342)) ([e58309a](https://github.com/readmeio/markdown/commit/e58309aa27aebd6fccfc73a32e0f25daa7167aa9))
21
+
22
+
23
+ ### 🛠 Fixes & Updates
24
+
25
+ * dont load codemirror in node ([#317](https://github.com/readmeio/markdown/issues/317)) ([a640832](https://github.com/readmeio/markdown/commit/a6408323994c6ab16995ae314ad621810a1085fb))
26
+ * normalize h2 font-weight ([#352](https://github.com/readmeio/markdown/issues/352)) ([a6eedcf](https://github.com/readmeio/markdown/commit/a6eedcf3c6f5259778430250b112e306bbe17be2))
27
+
10
28
  ## Version 6.32.0-next.2
11
29
 
12
30
  ### 🛠 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.1-next.1",
6
6
  "main": "dist/main.node.js",
7
7
  "browser": "dist/main.js",
8
8
  "files": [