Skip to content

Commit

Permalink
Update docs + bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boatmeme committed Jul 4, 2024
1 parent d57be94 commit 2b5331c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,11 @@ outputProfile.saveSync('/path/to/my/new_snes_profile.rt4');

## Changelog

### Version 0.1.1 (2024-07-03)
### Version 1.0.1 (2024-07-03)

- Documentation update

### Version 1.0.0 (2024-07-03)

- Support `Advanced -> System -> OSD/Firmware -> On Screen Display`
- Implement `header` as a `RetroTinkReadOnlySetting`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rt4k-profile",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Typescript Library for Reading and Writing RetroTINK-4k .rt4 Profiles",
"main": "dist/index.js",
"exports": {
Expand Down Expand Up @@ -49,4 +49,4 @@
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}
}

0 comments on commit 2b5331c

Please sign in to comment.