Skip to content

Commit f6459f2

Browse files
committed
Add version.ts as the source of truth for module version
1 parent f25b522 commit f6459f2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

version.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/**
2+
* Specifies the version of the module.
3+
* Follows [semantic versioning](https://semver.org/).
4+
*
5+
* Changing this value creates a new release.
6+
*/
7+
export const version = "0.0.10";

0 commit comments

Comments
 (0)