From d507b4e2d79d43fc4aa3798476fb3101d86f8de6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Jul 2023 19:07:08 +0100 Subject: [PATCH] chore(main): release 0.8.0 (#50) 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 01e656a..e72ff11 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.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/v0.7.0...v0.8.0) (2023-07-02) + + +### Features + +* support tabs field type ([#49](https://github.com/thompsonsj/payload-crowdin-sync/issues/49)) ([a309dd7](https://github.com/thompsonsj/payload-crowdin-sync/commit/a309dd71ab4a14f31b1e4ef9663693ea2e54e6ec)) + ## [0.7.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/v0.6.0...v0.7.0) (2023-07-02) diff --git a/package.json b/package.json index 2d305b3..f1afe94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "payload-crowdin-sync", - "version": "0.7.1", + "version": "0.8.0", "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",