chore(release): payload/2.2.1 [skip ci]

This commit is contained in:
Elliot DeNolf
2023-11-21 10:08:07 -05:00
parent 3a784a06cc
commit dcf14f5f71
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
## [2.2.1](https://github.com/payloadcms/payload/compare/v2.2.0...v2.2.1) (2023-11-21)
### Bug Fixes
* make outputSchema optional on richtext config ([#4230](https://github.com/payloadcms/payload/issues/4230)) ([3a784a0](https://github.com/payloadcms/payload/commit/3a784a06cc6c42c96b8d6cf023d942e6661be7b5))
## [2.2.0](https://github.com/payloadcms/payload/compare/v2.1.1...v2.2.0) (2023-11-20)

View File

@@ -1,6 +1,6 @@
{
"name": "payload",
"version": "2.2.0",
"version": "2.2.1",
"description": "Node, React and MongoDB Headless CMS and Application Framework",
"license": "MIT",
"main": "./dist/index.js",