diff --git a/CHANGELOG.md b/CHANGELOG.md index 26bc9e4..8a58881 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.14.0](https://github.com/thompsonsj/payload-crowdin-sync/compare/v0.13.4...v0.14.0) (2023-08-16) + + +### Features + +* **afterdelete:** add hook to delete collection article files ([#95](https://github.com/thompsonsj/payload-crowdin-sync/issues/95)) ([0a58adb](https://github.com/thompsonsj/payload-crowdin-sync/commit/0a58adb399f2dda602068bb202fae3cc4a4fc598)) + ## [0.13.4](https://github.com/thompsonsj/payload-crowdin-sync/compare/v0.13.3...v0.13.4) (2023-08-16) ### Bug Fixes diff --git a/package.json b/package.json index c082ee1..16063f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "payload-crowdin-sync", - "version": "0.13.4", + "version": "0.14.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",