From 7706e2cc6610ef51fd96a760b8eb75dc3b960f10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 18:00:56 +0100 Subject: [PATCH] chore(main): release 0.13.1 (#86) 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 fb5c1ae..67c0f6e 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.13.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/v0.13.0...v0.13.1) (2023-07-21) + + +### Bug Fixes + +* **getlocalizedfields:** relax tab field detection ([#85](https://github.com/thompsonsj/payload-crowdin-sync/issues/85)) ([29ecd1a](https://github.com/thompsonsj/payload-crowdin-sync/commit/29ecd1a24864deee17dfae891b43d451191764f1)) + ## [0.13.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/v0.12.1...v0.13.0) (2023-07-12) ### Features diff --git a/package.json b/package.json index 6a772fd..512908d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "payload-crowdin-sync", - "version": "0.13.0", + "version": "0.13.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",