diff --git a/CHANGELOG.md b/CHANGELOG.md index b9b61708..a4a5c0d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [2.1.1](https://github.com/Longhorn-Developers/UT-Registration-Plus/compare/v2.1.0...v2.1.1) (2025-03-03) + +### Features + +- add isDeveloper ([c6452c4](https://github.com/Longhorn-Developers/UT-Registration-Plus/commit/c6452c4f2b174487e6f51ad546ca1c3f8b4dbc1f)) +- map page ([#390](https://github.com/Longhorn-Developers/UT-Registration-Plus/issues/390)) ([2184774](https://github.com/Longhorn-Developers/UT-Registration-Plus/commit/218477404fdeacda7b39cd233e4e1e65995935d4)) + +### Bug Fixes + +- import schedule file upload button ([#515](https://github.com/Longhorn-Developers/UT-Registration-Plus/issues/515)) ([766c0bc](https://github.com/Longhorn-Developers/UT-Registration-Plus/commit/766c0bc1b4a75f8146a922cb2eca8871032c1dc9)) + ## [2.1.0](https://github.com/Longhorn-Developers/UT-Registration-Plus/compare/v2.0.2...v2.1.0) (2025-02-20) ### Features diff --git a/package.json b/package.json index 75ca608f..a787b0c9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ut-registration-plus", "displayName": "UT Registration Plus", - "version": "2.1.0", + "version": "2.1.1", "description": "UT Registration Plus is a Chrome extension that allows students to easily register for classes.", "private": true, "homepage": "https://github.com/Longhorn-Developers/UT-Registration-Plus", diff --git a/scripts/generateChangelog.ts b/scripts/generateChangelog.ts index 6afeb338..ecafbd07 100644 --- a/scripts/generateChangelog.ts +++ b/scripts/generateChangelog.ts @@ -27,8 +27,8 @@ interface Props { /** * Generates a changelog using the conventional-changelog command. * - * @returns {Promise} A promise that resolves when the changelog is generated. - * @throws {Error} If there is an error generating the changelog. + * @returns A promise that resolves when the changelog is generated. + * @throws If there is an error generating the changelog. */ async function generateChangelog({ preset, outFile = 'CHANGELOG.md', releaseCount = 1 }: Props): Promise { try {