Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowrey committed Sep 14, 2024
1 parent d779960 commit c086a3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1] - 2024-09-14

### Fixed

- Issue causing save to local storage to happen twice.
Expand All @@ -19,5 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Click on teaching unit's title or code no longer select the teaching unit.
- Restore the academic center drop-down on teaching units.

[unreleased]: https://github.com/flowrey/cnaminator/compare/v0.1.0...HEAD
[unreleased]: https://github.com/flowrey/cnaminator/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/flowrey/cnaminator/releases/tag/v0.1.1
[0.1.0]: https://github.com/flowrey/cnaminator/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const manifest = {
manifest_version: 3,
name: "CNAMinator",
description: "A web extension to help selecting teaching unit for the CNAM.",
version: "0.1.0",
version: "0.1.1",
icons: {
16: "icons/icon16.png",
32: "icons/icon32.png",
Expand Down

0 comments on commit c086a3b

Please sign in to comment.