Skip to content

Commit bf5e3a0

Browse files
🚀 v6.18.0 🦉
## Version 6.18.0 ### 📘 Tests & Docs * **readme:** formatting and copy edits ([ce9d154](ce9d154)) * update link ([d90138d](d90138d)) * update links, minor edits ([57e1fd5](57e1fd5)) ### 🛠 Fixes & Updates * **compat mode:** don't inject inline scripts on server ([#40](#40)) ([0a1e72e](0a1e72e)) ### ✨ New & Improved * allow download attr in a-tags ([#39](#39)) ([87d8099](87d8099)) <!--SKIP CI-->
1 parent b15724d commit bf5e3a0

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Changelog
22
===
33

4+
## Version 6.18.0
5+
6+
### 📘 Tests & Docs
7+
8+
* **readme:** formatting and copy edits ([ce9d154](https://github.com/readmeio/markdown/commit/ce9d1549445cda85998ad6380f7168ce26231ff9))
9+
* update link ([d90138d](https://github.com/readmeio/markdown/commit/d90138d855582cbd7aab4c229b83a3d88de9e933))
10+
* update links, minor edits ([57e1fd5](https://github.com/readmeio/markdown/commit/57e1fd5e114d2fd9e50987485cdf1f0c872aec6a))
11+
12+
13+
### 🛠 Fixes & Updates
14+
15+
* **compat mode:** don't inject inline scripts on server ([#40](https://github.com/readmeio/markdown/issues/40)) ([0a1e72e](https://github.com/readmeio/markdown/commit/0a1e72e08f3f1d6c43410cb9b45045275a62438e))
16+
17+
18+
### ✨ New & Improved
19+
20+
* allow download attr in a-tags ([#39](https://github.com/readmeio/markdown/issues/39)) ([87d8099](https://github.com/readmeio/markdown/commit/87d8099e77095ce2aabe3a8c94c5da44d0b5a2a7))
21+
422
## Version 6.17.2
523

624
### 🛠 Fixes & Updates

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@readme/markdown",
33
"description": "ReadMe's React-based Markdown parser",
44
"author": "Rafe Goldberg <[email protected]>",
5-
"version": "6.17.2",
5+
"version": "6.18.0",
66
"main": "dist/main.node.js",
77
"browser": "dist/main.js",
88
"files": [

0 commit comments

Comments
 (0)