pidgin/nest

Add a blog post for the 2.14.5 release

2021-06-03, Gary Kramlich
742be97e96d6
Add a blog post for the 2.14.5 release

Testing Done:
Ran locally

Reviewed at https://reviews.imfreedom.org/r/725/
{
"tabWidth": 4,
"useTabs": true,
"pluginSearchDirs": ["./"],
"proseWrap": "always",
"trailingComma": "es5",
"overrides": [
{
"files": "tools/**/*.js",
"options": {
"semi": false,
"singleQuote": true
}
},
{
"files": "package.json",
"options": {
"tabWidth": 2,
"useTabs": false
}
},
{
"files": "*.yaml",
"options": {
"tabWidth": 2
}
}
]
}