Updated CHANGELOGS & MD docs

This commit is contained in:
Jacob Evans
2020-01-22 18:49:24 +10:00
parent e436673304
commit 00e616b57a
83 changed files with 1156 additions and 659 deletions

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1579682890,
"version": "3.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "3.1.0",
"changes": [

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.1 - _January 22, 2020_
* Dependencies updated
## v3.1.0 - _January 6, 2020_
* Rewrite the whole thing to use custom AST walker. (#2391)