Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huan231 committed May 26, 2022
1 parent 8a5c871 commit 0793297
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ When retrieving the value of a key from a key/value pair, the value is typed acc
| float | [Number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type) |
| boolean | [Boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#boolean_type) |
| offset date-time | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) |
| local date-time | [LocalDateTime](https://github.com/huan231/toml-nodejs/blob/master/src/types/local-date-time.ts) |
| local date | [LocalDate](https://github.com/huan231/toml-nodejs/blob/master/src/types/local-date.ts) |
| local time | [LocalTime](https://github.com/huan231/toml-nodejs/blob/master/src/types/local-time.ts) |
| local date-time | [LocalDateTime](https://github.com/huan231/toml-nodejs/blob/v0.1.0/src/types/local-date-time.ts) |
| local date | [LocalDate](https://github.com/huan231/toml-nodejs/blob/v0.1.0/src/types/local-date.ts) |
| local time | [LocalTime](https://github.com/huan231/toml-nodejs/blob/v0.1.0/src/types/local-time.ts) |
| array | [Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array) |
| inline table | [Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#objects) |

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": "toml-nodejs",
"private": true,
"version": "0.1.0",
"description": "A TOML decoding library for Node.js",
"homepage": "https://github.com/huan231/toml-nodejs#readme",
"bugs": "https://github.com/huan231/toml-nodejs/issues",
Expand Down

0 comments on commit 0793297

Please sign in to comment.