@khanacademy/simple-markdown 0.8.4 → 0.8.6
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.
- package/.eslintrc.js +11 -0
- package/CHANGELOG.md +13 -0
- package/dist/es/index.js.map +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/index.js +1 -0
package/.eslintrc.js
ADDED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @khanacademy/simple-markdown
|
|
2
2
|
|
|
3
|
+
## 0.8.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f567f660: Update the eslint config to look at both the package.json for the package and the one from the root
|
|
8
|
+
- eeaa9010: Add more Flow typing to passage and passage-markdown widgets
|
|
9
|
+
|
|
10
|
+
## 0.8.5
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- bf180fe1: Fix our use of import/no-extraneous-dependencies
|
|
15
|
+
|
|
3
16
|
## 0.8.4
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|