From 91214fa1dd7e7b38b7299a04e5396bd7a15f0add Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sat, 4 May 2024 13:05:41 +0200 Subject: [PATCH] chore: Prepare release 3.0.1 Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90347c78..3ee8706e 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 39d657ce..b0b1c592 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 6debd091..7806a0a9 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",