From eaf1f948881af81aadce1c6d680bd5d4fe64a4e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 14:44:40 +0000 Subject: [PATCH] chore(main): release 0.9.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 573aadf..f21e233 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.9.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/v0.9.0...v0.9.1) (2023-07-04) + + +### Bug Fixes + +* **utilities:** exclude id properties from arrays ([#64](https://github.com/thompsonsj/payload-crowdin-sync/issues/64)) ([48390bb](https://github.com/thompsonsj/payload-crowdin-sync/commit/48390bbd8ae6156d4637906426df781f148825d6)) + ## [0.9.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/v0.8.2...v0.9.0) (2023-07-04) diff --git a/package.json b/package.json index ae9e923..d15c23b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "payload-crowdin-sync", - "version": "0.9.0", + "version": "0.9.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",