From f9ecac5a757b5190b59908bfb356e1460e355a66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 11:24:14 +0100 Subject: [PATCH] chore(main): release 0.8.2 (#58) 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 774b7c8..e4635b5 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.8.2](https://github.com/thompsonsj/payload-crowdin-sync/compare/v0.8.1...v0.8.2) (2023-07-03) + + +### Bug Fixes + +* **files:** correct parameter for file update/delete ([#57](https://github.com/thompsonsj/payload-crowdin-sync/issues/57)) ([78eed77](https://github.com/thompsonsj/payload-crowdin-sync/commit/78eed77ec7a3fbd0d13a6abbfca1059f5843abfe)) + ## [0.8.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/v0.8.0...v0.8.1) (2023-07-03) diff --git a/package.json b/package.json index e3a1a01..cce1870 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "payload-crowdin-sync", - "version": "0.8.1", + "version": "0.8.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",