school-schedule-sync
Version:
Synchronization between JSON schedule and Google Calendar
43 lines (31 loc) • 1.1 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.0.4](../../tags/v3.0.4) - 2025-07-24
### Changed
- Fix vulnerable dependencies
## [3.0.3](../../tags/v3.0.3) - 2025-07-24
### Changed
- Fix vulnerable dependencies
## [3.0.2](../../tags/v3.0.2) - 2025-06-04
### Changed
- Use `validate` from another package
## [3.0.0](../../tags/v3.0.0) - 2025-06-02
### Changed
- First public release
## [2.0.2](../../tags/v2.0.2) - 2025-05-24
### Changed
- Fixed path to templates
## [2.0.1](../../tags/v2.0.1) - 2025-05-19
### Changed
- Fixed expecting refresh_token in temporary credentials
## [2.0.0](../../tags/v2.0.0) - 2025-05-18
__(BREAKING) Dropped support for NodeJS 18 (EOL). Minimum required version is now NodeJS 20.__
### Changed
- Migrated to NodeJS 20.19
- Migrated to ESLint V9 flat configs
- Updated dependencies
## [1.0.0](../../tags/v1.0.0) - 2024-09-01
### Changed
- First release