From f0ab84961c2ee89e8988b9e11bee8b961ce840ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 20:01:44 +0100 Subject: [PATCH] chore(main): release 0.4.1 (#24) 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 c4fb6ce..d3afbfa 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.4.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/v0.4.0...v0.4.1) (2023-06-01) + + +### Bug Fixes + +* **containslocalizedfields:** fix logic, add tests ([#23](https://github.com/thompsonsj/payload-crowdin-sync/issues/23)) ([5650761](https://github.com/thompsonsj/payload-crowdin-sync/commit/565076183735db6ced89ab8e8f83565ed8cdb9c1)) + ## [0.4.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/v0.3.0...v0.4.0) (2023-06-01) diff --git a/package.json b/package.json index 5610455..84c6f6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "payload-crowdin-sync", - "version": "0.4.0", + "version": "0.4.1", "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",