diff --git a/CHANGELOG.md b/CHANGELOG.md index 90347c7..3ee8706 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## 3.0.1 - 2024-05-04 + +### Fixed +* Ensure that built type definitions are bundled with the release and located in the correct directory + ## 3.0.0 - 2024-05-02 [Full Changelog](https://github.com/nextcloud-libraries/nextcloud-l10n/compare/v2.2.0...v3.0.0) diff --git a/package-lock.json b/package-lock.json index 39d657c..b0b1c59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/l10n", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/l10n", - "version": "3.0.0", + "version": "3.0.1", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/router": "^3.0.1", diff --git a/package.json b/package.json index 6debd09..7806a0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/l10n", - "version": "3.0.0", + "version": "3.0.1", "description": "Nextcloud L10n helpers for apps and libraries", "type": "module", "main": "dist/index.cjs",