From 259a98ab661d149d262bbf5244ea4d79f4ba5f83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 14:49:50 +0100 Subject: [PATCH] chore(main): release 0.5.0 (#28) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3afbfa..1cb6d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.5.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/v0.4.1...v0.5.0) (2023-06-08) + + +### Features + +* **utilities:** textarea field support ([#27](https://github.com/thompsonsj/payload-crowdin-sync/issues/27)) ([1e4c08d](https://github.com/thompsonsj/payload-crowdin-sync/commit/1e4c08d94f157e05e84a89b08dc9edf328f70735)) + ## [0.4.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/v0.4.0...v0.4.1) (2023-06-01) diff --git a/package.json b/package.json index 84c6f6c..f2e155c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "payload-crowdin-sync", - "version": "0.4.1", + "version": "0.5.0", "description": "Automatically upload/sync localized fields from the default locale to CrowdIn. Make these fields read-only in other locales and update them using CrowdIn translations.", "main": "dist/index.js", "types": "dist/index.d.ts",