Skip to content

Commit 6b9354f

Browse files
authored
chore: prepare v1.3.0 (#193)
2 parents c939d88 + b49a094 commit 6b9354f

File tree

3 files changed

+44
-3
lines changed

3 files changed

+44
-3
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!--
2+
- SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
3+
- SPDX-License-Identifier: AGPL-3.0-or-later
4+
-->
5+
# Changelog
6+
7+
All notable changes to this project will be documented in this file.
8+
9+
## v1.3.0 - 2025-11-06
10+
### Changed
11+
* Add SPDX header ([#160](https://github.com/nextcloud-libraries/babel-config/pull/160))
12+
* chore: update Node and NPM versions ([#190](https://github.com/nextcloud-libraries/babel-config/pull/190))
13+
* docs: use consistent note about contributing and authors ([#192](https://github.com/nextcloud-libraries/babel-config/pull/192))
14+
* ci: update dependabot-approve-merge.yml from org ([#167](https://github.com/nextcloud-libraries/babel-config/pull/167))
15+
* ci: update reuse.yml workflow from template ([#188](https://github.com/nextcloud-libraries/babel-config/pull/188))
16+
* ci: update npm-publish.yml workflow from template ([#189](https://github.com/nextcloud-libraries/babel-config/pull/189))
17+
* ci: update workflows from organization ([#191](https://github.com/nextcloud-libraries/babel-config/pull/191))
18+
19+
## v1.2.0 - 2024-05-16
20+
### Fixed
21+
* fix(deps): Pin dependencies ([#151](https://github.com/nextcloud-libraries/babel-config/pull/151))
22+
23+
### Changed
24+
* Update NPM version to v10 for LTS Node 20 ([#153](https://github.com/nextcloud-libraries/babel-config/pull/153))
25+
* ci: Update workflows from templates ([#152](https://github.com/nextcloud-libraries/babel-config/pull/152))
26+
27+
## v1.1.1 - 2024-04-29
28+
### Fixed
29+
* Enable transformation of class properties ([#30](https://github.com/nextcloud-libraries/babel-config/pull/30))
30+
31+
### Changed
32+
* Updating npm-publish.yml workflow from template ([#31](https://github.com/nextcloud-libraries/babel-config/pull/31))
33+
* Updated dependencies
34+
35+
## v1.1.0 - 2024-04-29
36+
### Changed
37+
* Remove unused dependencies ([#26](https://github.com/nextcloud-libraries/babel-config/pull/26))
38+
* Updated dependencies
39+
40+
## v1.0.0 - 2024-04-29
41+
* Init global babel config ([#1](https://github.com/nextcloud-libraries/babel-config/pull/1))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/babel-config",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Babel shared config for nextcloud apps",
55
"keywords": [
66
"babel",

0 commit comments

Comments
 (0)