Skip to content

Commit b367371

Browse files
committed
feat: update version to 0.0.37
Update the version of the package and the corresponding import statement in the README file to version 0.0.37.
1 parent dd1f939 commit b367371

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ There are also additional tools in this repository, including:
1313
The library is not published to NPM as of time of writing, but you can import the library direct from git:
1414

1515
```
16-
yarn add "@elifesciences/docmap-ts@https://github.com/elifesciences/docmap-ts#v0.0.35"
16+
yarn add "@elifesciences/docmap-ts@https://github.com/elifesciences/docmap-ts#v0.0.37"
1717
```
1818

1919
The most useful part, the parser, can be invoked by passing a docmap as a string to `parseDocmap()`:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elifesciences/docmap-ts",
3-
"version": "0.0.36",
3+
"version": "0.0.37",
44
"author": "Scott Aubrey <scott@aubrey.org.uk>",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)