<!--
  - SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
  - SPDX-License-Identifier: AGPL-3.0-or-later
-->
# Changelog

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

## v2.0.0 - 2026-09-10
### Notes
This configuration is updated for Babel v8.
The minimum Node version has been updated to 22.18+.

### Changed
* ci: update all workflow templates from organization template repository
* Updated dependencies
  * Bump `@babel/preset-env` to 8.0.2
  * Bump `@babel/core` to 8.0.1
* chore: adjust package for Babel 8 \([#206](https://github.com/nextcloud-libraries/babel-config/pull/206)\)

## v1.3.0 - 2025-11-06
### Changed
* Add SPDX header ([#160](https://github.com/nextcloud-libraries/babel-config/pull/160))
* chore: update Node and NPM versions ([#190](https://github.com/nextcloud-libraries/babel-config/pull/190))
* docs: use consistent note about contributing and authors ([#192](https://github.com/nextcloud-libraries/babel-config/pull/192))
* ci: update dependabot-approve-merge.yml from org ([#167](https://github.com/nextcloud-libraries/babel-config/pull/167))
* ci: update reuse.yml workflow from template ([#188](https://github.com/nextcloud-libraries/babel-config/pull/188))
* ci: update npm-publish.yml workflow from template ([#189](https://github.com/nextcloud-libraries/babel-config/pull/189))
* ci: update workflows from organization ([#191](https://github.com/nextcloud-libraries/babel-config/pull/191))

## v1.2.0 - 2024-05-16
### Fixed
* fix(deps): Pin dependencies ([#151](https://github.com/nextcloud-libraries/babel-config/pull/151))

### Changed
* Update NPM version to v10 for LTS Node 20 ([#153](https://github.com/nextcloud-libraries/babel-config/pull/153))
* ci: Update workflows from templates ([#152](https://github.com/nextcloud-libraries/babel-config/pull/152))

## v1.1.1 - 2024-04-29
### Fixed
* Enable transformation of class properties ([#30](https://github.com/nextcloud-libraries/babel-config/pull/30))

### Changed
* Updating npm-publish.yml workflow from template ([#31](https://github.com/nextcloud-libraries/babel-config/pull/31))
* Updated dependencies

## v1.1.0 - 2024-04-29
### Changed
* Remove unused dependencies ([#26](https://github.com/nextcloud-libraries/babel-config/pull/26))
* Updated dependencies

## v1.0.0 - 2024-04-29
* Init global babel config ([#1](https://github.com/nextcloud-libraries/babel-config/pull/1))
