Skip to content

Commit

Permalink
chore(main): release 0.7.0 (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 2, 2023
1 parent 6a8d4a9 commit c347aee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.7.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/v0.6.0...v0.7.0) (2023-07-02)


### Features

* delete CrowdIn files if empty, ensure `fields.json` is non-empty ([#46](https://github.com/thompsonsj/payload-crowdin-sync/issues/46)) ([b681bef](https://github.com/thompsonsj/payload-crowdin-sync/commit/b681bef3334ee7f58d1c05c6f2f486c652e49495))
* support blocks field type ([#47](https://github.com/thompsonsj/payload-crowdin-sync/issues/47)) ([6a8d4a9](https://github.com/thompsonsj/payload-crowdin-sync/commit/6a8d4a9aea9799c537f0e1452132b827a714e87b))


### Bug Fixes

* **translations:** docs with only richText translations do not update ([#44](https://github.com/thompsonsj/payload-crowdin-sync/issues/44)) ([94b489f](https://github.com/thompsonsj/payload-crowdin-sync/commit/94b489f8564dd514dbe6ae610449ad968ae0168a))

## [0.6.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/v0.5.2...v0.6.0) (2023-06-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "payload-crowdin-sync",
"version": "0.6.0",
"version": "0.7.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",
Expand Down

0 comments on commit c347aee

Please sign in to comment.