Skip to content

Commit

Permalink
Merge pull request #14 from KemingHe/feature-fetchresearchposting-kem…
Browse files Browse the repository at this point in the history
…inghe

Documentation: fix typo in README.md, now instruction for getResearchPostingsAsync is leveled correctly
  • Loading branch information
KemingHe committed Sep 21, 2024
2 parents 284c67b + df2ef1a commit ac02327
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## [3.1.1](https://github.com/KemingHe/OSU/compare/v3.1.0...v3.1.1) (2024-09-21)

## [3.1.0](https://github.com/KemingHe/OSU/compare/v3.0.0...v3.1.0) (2024-09-21)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const orgs: StudentOrg[] = getStudentOrgs();
console.log(orgs);
```

## Accessing All Undergrad Research Postings
### Accessing All Undergrad Research Postings

```typescript
import { getResearchPostingsAsync } from "@keminghe/osu";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keminghe/osu",
"version": "3.1.0",
"version": "3.1.1",
"description": "Unofficial, publicly available data about The Ohio State University.",
"keywords": [
"data",
Expand Down
2 changes: 1 addition & 1 deletion src/autoGenerated/latestAllStudentOrgs.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ./src/autoGenerated/latestAllStudentOrgs.ts
//
// AUTO-GENERATED on 2024-09-21T19:46:35.271Z. DO NOT MODIFY.
// AUTO-GENERATED on 2024-09-21T19:54:50.205Z. DO NOT MODIFY.
// For details see "@scripts/genStudentOrgs/".

// Type imports.
Expand Down
2 changes: 1 addition & 1 deletion src/autoGenerated/latestAllUndergradMajors.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// ./src/autoGenerated/latestAllUndergradMajors.ts
//
// AUTO-GENERATED on 2024-09-21T19:46:35.326Z. DO NOT MODIFY.
// AUTO-GENERATED on 2024-09-21T19:54:50.260Z. DO NOT MODIFY.
// For details see "./scripts/genUndergradMajors/".

// Type imports.
Expand Down

0 comments on commit ac02327

Please sign in to comment.