Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derek-b committed Jan 8, 2024
1 parent 2f4d56e commit 5aa1dff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

Please see the [Backend API Documentation](https://help.localizejs.com/reference/introduction) for the services provided by this SDK.

## [1.4.0] - 2024-01-08
### Changed
- updated dependencies
- removed unused translation deleteOne method

## [1.3.1] - 2023-06-27
### Changed
- updated dependencies
Expand Down
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,6 @@ Endpoints

---

localizeService.translation.deleteOne({
projectKey: <your projectkey>,
translationId: <translationId>,
}, callback);

Required fields: projectKey, translationId

---

**localizeServices.content**

localizeService.content.import({
Expand Down

0 comments on commit 5aa1dff

Please sign in to comment.