Skip to content

Commit 0161423

Browse files
authored
Merge pull request #795 from nextcloud-libraries/chore/release-2
chore: Prepare new release
2 parents dfb497c + ed2734a commit 0161423

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
## 1.3.0 - 2024-01-10
6+
### Enhancements
7+
* enh: Move package to vite for bundling + compress translations [#781](https://github.com/nextcloud-libraries/nextcloud-moment/pull/781) \([susnux](https://github.com/susnux)\)
8+
9+
### Changed
10+
* chore(package): replace .npmignore with files array [#757](https://github.com/nextcloud-libraries/nextcloud-moment/pull/757) \([st3iny](https://github.com/st3iny)\)
11+
* chore: Update workflows [#780](https://github.com/nextcloud-libraries/nextcloud-moment/pull/780) \([susnux](https://github.com/susnux)\)
12+
* fix: Adjust readme as we no longer use travis [#794](https://github.com/nextcloud-libraries/nextcloud-moment/pull/794) \([susnux](https://github.com/susnux)\)
13+
* Update dependencies
14+
* Update translations
15+
516
## 1.2.2 – 2023-10-17
617
### Changed
718
- Dependency updates

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nextcloud/moment",
3-
"version": "1.2.2",
4-
"description": "",
3+
"version": "1.3.0",
4+
"description": "Customized moment.js for Nextcloud",
55
"main": "dist/index.cjs",
66
"types": "dist/index.d.ts",
77
"exports": {

0 commit comments

Comments
 (0)