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",