diff --git a/CHANGELOG.md b/CHANGELOG.md index 71aa3ac..8060ec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file. +## 2.2.1 - 2024-07-25 +### Fixed +- fix: Correctly setup Typescript root to emit declarations + ## 2.2.0 - 2024-07-17 ### Fixed - fix: Adjust package.json to make `build:doc` work again and fix incorrect URL diff --git a/package-lock.json b/package-lock.json index 682e89e..a04d329 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/paths", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/paths", - "version": "2.2.0", + "version": "2.2.1", "license": "GPL-3.0-or-later", "devDependencies": { "@nextcloud/browserslist-config": "^3.0.1", diff --git a/package.json b/package.json index 276e708..488ab38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/paths", - "version": "2.2.0", + "version": "2.2.1", "description": "Helper functions for working with paths in Nextcloud apps", "type": "module", "main": "dist/index.js",