# 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).

## 1.1.1 - 2024-04-25

### Fixed
- Remove safe navigation operator for new Quizzes testing

## 1.1.0 - 2024-04-25

### Changed
- Changed tests to run on vitest
- Removed jQuery from XML parsing

### Fixed
- Fixed an issue where jQuery was used in a file, but wasn't imported
