Skip to content

Commit 9d59eef

Browse files
Merge pull request #585 from nextcloud/chore/prepare-2.1-release
Prepare 2.1.0 release
2 parents bfb9475 + 9f43810 commit 9d59eef

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file.
44

5+
## 2.1.0 - 2023-02-25
6+
7+
[Full Changelog](https://github.com/nextcloud/nextcloud-l10n/compare/v2.0.1...v2.1.0)
8+
9+
### Added
10+
- `unregister` is now part of the public API [\#579](https://github.com/nextcloud/nextcloud-l10n/pull/579) ([susnux](https://github.com/susnux))
11+
12+
### Fixed
13+
- Export the `Translations` type and add missing documentation [\#566](https://github.com/nextcloud/nextcloud-l10n/pull/566) ([susnux](https://github.com/susnux))
14+
- Fix singular translation in edge cases where plural strings are provided [\#570](https://github.com/nextcloud/nextcloud-l10n/pull/570) ([susnux](https://github.com/susnux))
15+
- Make loading translations use async XMLHttpRequest [\#571](https://github.com/nextcloud/nextcloud-l10n/pull/571) ([susnux](https://github.com/susnux))
16+
- Removed warning "no app translation was registered" [\#572](https://github.com/nextcloud/nextcloud-l10n/pull/572) ([ShGKme](https://github.com/ShGKme))
17+
18+
### Changed
19+
- Added tests and increased code coverage
20+
- Dependency updates
21+
522
## 2.0.1 - 2023-01-19
623

724
[Full Changelog](https://github.com/nextcloud/nextcloud-l10n/compare/v2.0.0...v2.0.1)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/l10n",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)