Skip to content

Commit

Permalink
feat: update version to 0.0.37
Browse files Browse the repository at this point in the history
Update the version of the package and the corresponding import statement in the README file to version 0.0.37.
  • Loading branch information
nlisgo committed Mar 19, 2024
1 parent dd1f939 commit b367371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ There are also additional tools in this repository, including:
The library is not published to NPM as of time of writing, but you can import the library direct from git:

```
yarn add "@elifesciences/docmap-ts@https://github.com/elifesciences/docmap-ts#v0.0.35"
yarn add "@elifesciences/docmap-ts@https://github.com/elifesciences/docmap-ts#v0.0.37"
```

The most useful part, the parser, can be invoked by passing a docmap as a string to `parseDocmap()`:
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": "@elifesciences/docmap-ts",
"version": "0.0.36",
"version": "0.0.37",
"author": "Scott Aubrey <[email protected]>",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit b367371

Please sign in to comment.