chore(release): publish

- netlify-cms-app@2.11.9
 - netlify-cms-backend-git-gateway@2.7.1
 - netlify-cms-backend-github@2.6.5
 - netlify-cms-lib-util@2.6.2
 - netlify-cms-proxy-server@1.0.3
 - netlify-cms@2.10.12
This commit is contained in:
Shawn Erquhart
2020-01-23 21:28:33 -05:00
parent 834f6b9e45
commit 7b0838dfef
12 changed files with 68 additions and 11 deletions

View File

@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server/compare/netlify-cms-proxy-server@1.0.2...netlify-cms-proxy-server@1.0.3) (2020-01-24)
**Note:** Version bump only for package netlify-cms-proxy-server
## 1.0.2 (2020-01-22)
**Note:** Version bump only for package netlify-cms-proxy-server

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-proxy-server",
"description": "Proxy server to be used with Netlify CMS proxy backend",
"version": "1.0.2",
"version": "1.0.3",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-proxy-server",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"license": "MIT",
@ -28,7 +28,7 @@
"express": "^4.17.1",
"joi": "^14.3.1",
"morgan": "^1.9.1",
"netlify-cms-lib-util": "^2.6.1",
"netlify-cms-lib-util": "^2.6.2",
"simple-git": "^1.129.0"
},
"devDependencies": {