Skip to content

Commit 30c38f2

Browse files
chore(main): release 0.5.2 (#34)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 113f457 commit 30c38f2

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [0.5.2](https://github.com/thompsonsj/payload-crowdin-sync/compare/v0.5.1...v0.5.2) (2023-06-08)
6+
7+
8+
### Bug Fixes
9+
10+
* **api:** invalid name error when more than 10 files ([#32](https://github.com/thompsonsj/payload-crowdin-sync/issues/32)) ([113f457](https://github.com/thompsonsj/payload-crowdin-sync/commit/113f4571fe6911d5745fc8d88f7816620c118fc2))
11+
512
## [0.5.1](https://github.com/thompsonsj/payload-crowdin-sync/compare/v0.5.0...v0.5.1) (2023-06-08)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "payload-crowdin-sync",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"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.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)