File tree Expand file tree Collapse file tree 3 files changed +44
-3
lines changed
Expand file tree Collapse file tree 3 files changed +44
-3
lines changed Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments