@readme/markdown 6.32.1-next.1 → 6.33.0

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 +29 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,35 @@
1
1
  Changelog
2
2
  ===
3
3
 
4
+ ## Version 6.33.0
5
+
6
+ ### 🛠 Fixes & Updates
7
+
8
+ * trigger release ([3a3b24c](https://github.com/readmeio/markdown/commit/3a3b24cbe80d0af7aeeab36cc0513bc6ca195181))
9
+
10
+
11
+ ### ✨ New & Improved
12
+
13
+ * trigger release ([9549095](https://github.com/readmeio/markdown/commit/9549095fc9c4587812bd482bf2d1f52b295e53ff))
14
+
15
+ ## Version 6.32.2
16
+
17
+ ### 🛠 Fixes & Updates
18
+
19
+ * publish new release ([670b575](https://github.com/readmeio/markdown/commit/670b5752a7092f6da78b55839288846bb8db1df4))
20
+
21
+ ## Version 6.32.2-next.1
22
+
23
+ ### 🛠 Fixes & Updates
24
+
25
+ * publish new release ([670b575](https://github.com/readmeio/markdown/commit/670b5752a7092f6da78b55839288846bb8db1df4))
26
+
27
+ ## Version 6.32.1
28
+
29
+ ### 🛠 Fixes & Updates
30
+
31
+ * remove publishConfig ([#358](https://github.com/readmeio/markdown/issues/358)) ([1ad9913](https://github.com/readmeio/markdown/commit/1ad991305558f7eb6a27f029b57635faedd88d07))
32
+
4
33
  ## Version 6.32.1-next.1
5
34
 
6
35
  ### 🛠 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.1-next.1",
5
+ "version": "6.33.0",
6
6
  "main": "dist/main.node.js",
7
7
  "browser": "dist/main.js",
8
8
  "files": [