Skip to content

Commit

Permalink
docs(README & CHANGELOG): update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanaidilp committed Sep 26, 2023
1 parent dd72fd8 commit 38dc9d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## 0.6.1+13

> 2023-09-26
### What's new?

- **Fixed** `PressRelease` abstract property is nullable

## 0.6.0+12

> 2023-09-26
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ for (final pressRelease in pressReleaseList) {
| `size` | `String` | The file size. |
| `pdf` | `String` | A link or reference to the associated PDF file for the press release. |
| `cover` | `String` | The thumbnail of the press release. |
| `abstract` | `String` | The abstract of the press release. |
| `abstract` | `String?` | The abstract of the press release. |
| `updatedAt` | `DateTime` | The date and time when the table was last updated. |
| `releaseDate` | `DateTime?` | The optional date and time when the table was created. |
| `slide` | `String` | A link or reference to the associated Slide file for the press release. |
Expand Down Expand Up @@ -1014,7 +1014,7 @@ print('Updated At: ${pressRelease.updatedAt}');
| `size` | `String` | The file size. |
| `pdf` | `String` | A link or reference to the associated PDF file for the press release. |
| `cover` | `String` | The thumbnail of the press release. |
| `abstract` | `String` | The abstract of the press release. |
| `abstract` | `String?` | The abstract of the press release. |
| `updatedAt` | `DateTime` | The date and time when the table was last updated. |
| `releaseDate` | `DateTime?` | The optional date and time when the table was created. |
| `slide` | `String` | A link or reference to the associated Slide file for the press release. |
Expand Down

0 comments on commit 38dc9d2

Please sign in to comment.