From f9e22d281ee3dc0ef4d2c99f7b201ed4cc3e277c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 11:08:18 +0100 Subject: [PATCH] chore(main): release 0.13.2 (#88) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10073ba..f25baa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.2](https://github.com/thompsonsj/payload-crowdin-sync/compare/v0.13.1...v0.13.2) (2023-07-27) + + +### Bug Fixes + +* **tests:** following [#85](https://github.com/thompsonsj/payload-crowdin-sync/issues/85) ([#87](https://github.com/thompsonsj/payload-crowdin-sync/issues/87)) ([dcdb42c](https://github.com/thompsonsj/payload-crowdin-sync/commit/dcdb42cd6ef8bab5525976b5720a978674db45df)) +* typo renaming ([#84](https://github.com/thompsonsj/payload-crowdin-sync/issues/84)) ([3cf30ce](https://github.com/thompsonsj/payload-crowdin-sync/commit/3cf30ce6a2e11b23ada99170c88196ef10f737f1)) + ## [0.13.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/v0.13.0...v0.13.1) (2023-07-21) diff --git a/package.json b/package.json index 500980e..2a88612 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "payload-crowdin-sync", - "version": "0.13.1", + "version": "0.13.2", "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",