Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chopster44 committed Mar 14, 2023
1 parent 2bbebfa commit cc59ba2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

This file only lists changes classed as major or minor versions by Semantic Versioning. For patches, look at the releases
on [GitHub](https://github.com/chopster44/edulinkone-api).
The notes for the minor and major versions will just be summaries of the previous lover level updates.

## [1.1.0] - 2023-03-14
### Added
- Docs for all functions
- Tests for functionality
### Fixed
- Lots of Bugs

## [1.0.0] - 2023-03-12
### Added
- Authenticate edulink
- Get homework data from edulink
- Get timetable data from edulink
- Type definitions for edulink requests
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edulinkone-api",
"version": "1.0.16-a",
"version": "1.1.0",
"description": "A custom-built unofficial api for OvernetData's Edulinkone",
"homepage": "https://github.com/chopster44/edulinkone-api#readme",
"bugs": {
Expand Down

0 comments on commit cc59ba2

Please sign in to comment.