chore(release): publish

- netlify-cms-app@2.11.5
 - netlify-cms-backend-git-gateway@2.6.2
 - netlify-cms-backend-github@2.6.4
 - netlify-cms-lib-util@2.5.2
 - netlify-cms@2.10.8
This commit is contained in:
Shawn Erquhart
2020-01-16 10:18:51 -05:00
parent bc80804066
commit 6a977ae867
10 changed files with 58 additions and 9 deletions

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.5.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/compare/netlify-cms-lib-util@2.5.1...netlify-cms-lib-util@2.5.2) (2020-01-16)
### Bug Fixes
* use string endsWith to filter by extension ([#3097](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/issues/3097)) ([6a13a85](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/commit/6a13a85e269c8f299f71b3f5ee45fc5d34f75822))
## [2.5.1](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/compare/netlify-cms-lib-util@2.5.0...netlify-cms-lib-util@2.5.1) (2020-01-14)
**Note:** Version bump only for package netlify-cms-lib-util

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-lib-util",
"description": "Shared utilities for Netlify CMS.",
"version": "2.5.1",
"version": "2.5.2",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"module": "dist/esm/index.js",