diff --git a/CHANGELOG.md b/CHANGELOG.md index f0041f82..fc709495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## 1.3.0 - 2024-01-10 +### Enhancements +* enh: Move package to vite for bundling + compress translations [#781](https://github.com/nextcloud-libraries/nextcloud-moment/pull/781) \([susnux](https://github.com/susnux)\) + +### Changed +* chore(package): replace .npmignore with files array [#757](https://github.com/nextcloud-libraries/nextcloud-moment/pull/757) \([st3iny](https://github.com/st3iny)\) +* chore: Update workflows [#780](https://github.com/nextcloud-libraries/nextcloud-moment/pull/780) \([susnux](https://github.com/susnux)\) +* fix: Adjust readme as we no longer use travis [#794](https://github.com/nextcloud-libraries/nextcloud-moment/pull/794) \([susnux](https://github.com/susnux)\) +* Update dependencies +* Update translations + ## 1.2.2 – 2023-10-17 ### Changed - Dependency updates diff --git a/package-lock.json b/package-lock.json index e2b743d2..4331a3b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/moment", - "version": "1.2.2", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/moment", - "version": "1.2.2", + "version": "1.3.0", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/l10n": "^2.2.0", diff --git a/package.json b/package.json index f12b90e1..f9d86058 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nextcloud/moment", - "version": "1.2.2", - "description": "", + "version": "1.3.0", + "description": "Customized moment.js for Nextcloud", "main": "dist/index.cjs", "types": "dist/index.d.ts", "exports": {